Html Css Color HEX #FE4DD6 Razzle Dazzle Rose

📋 copy color: '#FE4DD6'

red 254 ◦ green 77 ◦ blue 214

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

Shades of Razzle Dazzle Rose #FE4DD6

Tints of Razzle Dazzle Rose #FE4DD6

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.13%

 BLUE value IS 214 (83.98% from 255) = 39.27%

R = 46.61%
G = 14.13%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FE4DD6 (or 0xFE4DD6) is known color: Razzle Dazzle Rose. HEX triplet: FE, 4D and D6. RGB value is (254,77,214). Sum of RGB (Red+Green+Blue) = 254+77+214=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 77 (30.47% from 255 or 14.13% from 545); Blue value is 214 (83.98% from 255 or 39.27% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4DD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE4DD6 is #01B229. Grayscale: #919191. Windows color (decimal): -111146 or 14044670. OLE color: 14044670.

HSL color Cylindrical-coordinate representation of color #FE4DD6: hue angle of 313.56º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4DD6 is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 77 214 -
CMYK 0 0.70 0.16 0.00
HSL 313.56º 0.99% 0.65% -
HSV(B) 313.56º 0.7% 1% -
XYZ 55.66 31.23 66.71 -
YUV 145.54 166.64 205.36 -
System Red Green Blue C M Y K H S L
Decimal 254 77 214 0 0.70 0.16 0.00 313.56 0.99 0.65
Hex FE 4D D6 0 46 10 0 13A 63 41
Octal 376 115 326 0 106 20 0 472 143 101
Binary 11111110 1001101 11010110 0 1000110 10000 0 100111010 1100011 1000001

Color Harmonies of #FE4DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4DD6

Black with #FE4DD6

Text Example


Text Example

White with #FE4DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4DD6; }

 p { color: rgb(254,77,214); }

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

background-color css

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

 a { background-color: rgb(254,77,214); }

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

border-color css

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

 span { border-color: rgb(254,77,214); }

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