Html Css Color HEX #FE42DD Razzle Dazzle Rose

📋 copy color: '#FE42DD'

red 254 ◦ green 66 ◦ blue 221

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

Shades of Razzle Dazzle Rose #FE42DD

Tints of Razzle Dazzle Rose #FE42DD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.2%

 BLUE value IS 221 (86.72% from 255) = 40.85%

R = 46.95%
G = 12.2%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE42DD (or 0xFE42DD) is known color: Razzle Dazzle Rose. HEX triplet: FE, 42 and DD. RGB value is (254,66,221). Sum of RGB (Red+Green+Blue) = 254+66+221=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 66 (26.17% from 255 or 12.20% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FE42DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE42DD is #01BD22. Grayscale: #8B8B8B. Windows color (decimal): -113955 or 14500606. OLE color: 14500606.

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

Color convert

RGB 254 66 221 -
CMYK 0 0.74 0.13 0.00
HSL 310.53º 0.99% 0.63% -
HSV(B) 310.53º 0.74% 1% -
XYZ 55.87 30.19 71.29 -
YUV 139.88 173.78 209.4 -
System Red Green Blue C M Y K H S L
Decimal 254 66 221 0 0.74 0.13 0.00 310.53 0.99 0.63
Hex FE 42 DD 0 4A D 0 137 63 3F
Octal 376 102 335 0 112 15 0 467 143 77
Binary 11111110 1000010 11011101 0 1001010 1101 0 100110111 1100011 111111

Color Harmonies of #FE42DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE42DD

Black with #FE42DD

Text Example


Text Example

White with #FE42DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE42DD; }

 p { color: rgb(254,66,221); }

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

background-color css

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

 a { background-color: rgb(254,66,221); }

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

border-color css

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

 span { border-color: rgb(254,66,221); }

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