Html Css Color HEX #FE51D4 Razzle Dazzle Rose

📋 copy color: '#FE51D4'

red 254 ◦ green 81 ◦ blue 212

#FE51D4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #FE51D4

Tints of Razzle Dazzle Rose #FE51D4

RGB

 RED value IS 254 (99.61% from 255) = 46.44%

 GREEN value IS 81 (32.03% from 255) = 14.81%

 BLUE value IS 212 (83.2% from 255) = 38.76%

R = 46.44%
G = 14.81%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.17

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FE51D4 (or 0xFE51D4) is known color: Razzle Dazzle Rose. HEX triplet: FE, 51 and D4. RGB value is (254,81,212). Sum of RGB (Red+Green+Blue) = 254+81+212=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 81 (32.03% from 255 or 14.81% from 547); Blue value is 212 (83.20% from 255 or 38.76% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FE51D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE51D4 is #01AE2B. Grayscale: #939393. Windows color (decimal): -110124 or 13914622. OLE color: 13914622.

HSL color Cylindrical-coordinate representation of color #FE51D4: hue angle of 314.57º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FE51D4 is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 81 212 -
CMYK 0 0.68 0.17 0.00
HSL 314.57º 0.99% 0.66% -
HSV(B) 314.57º 0.68% 1% -
XYZ 55.7 31.71 65.47 -
YUV 147.66 164.31 203.85 -
System Red Green Blue C M Y K H S L
Decimal 254 81 212 0 0.68 0.17 0.00 314.57 0.99 0.66
Hex FE 51 D4 0 44 11 0 13B 63 42
Octal 376 121 324 0 104 21 0 473 143 102
Binary 11111110 1010001 11010100 0 1000100 10001 0 100111011 1100011 1000010

Color Harmonies of #FE51D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE51D4

Black with #FE51D4

Text Example


Text Example

White with #FE51D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE51D4; }

 p { color: rgb(254,81,212); }

 H1.HeaderClassName
 {
   color: #FE51D4;
 }
 .AnyTagClassName
 {
   color: #FE51D4;
 }
</style>

background-color css

<style>
 a { background-color: #FE51D4; }

 a { background-color: rgb(254,81,212); }

 div.DivClassName
 {
   background-color: #FE51D4;
 }
 .BgClassName
 {
   background-color: #FE51D4;
 }
</style>

border-color css

<style>
 span { border-color: #FE51D4; }

 span { border-color: rgb(254,81,212); }

 td.TdClassName
 {
   border-color: #FE51D4;
 }
 .TagClassName
 {
   border-color: #FE51D4;
 }
</style>