Html Css Color HEX #FD42EE Razzle Dazzle Rose

📋 copy color: '#FD42EE'

red 253 ◦ green 66 ◦ blue 238

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

Shades of Razzle Dazzle Rose #FD42EE

Tints of Razzle Dazzle Rose #FD42EE

RGB

 RED value IS 253 (99.22% from 255) = 45.42%

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

 BLUE value IS 238 (93.36% from 255) = 42.73%

R = 45.42%
G = 11.85%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FD42EE (or 0xFD42EE) is known color: Razzle Dazzle Rose. HEX triplet: FD, 42 and EE. RGB value is (253,66,238). Sum of RGB (Red+Green+Blue) = 253+66+238=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 66 (26.17% from 255 or 11.85% from 557); Blue value is 238 (93.36% from 255 or 42.73% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FD42EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD42EE is #02BD11. Grayscale: #8D8D8D. Windows color (decimal): -179474 or 15614717. OLE color: 15614717.

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

Color convert

RGB 253 66 238 -
CMYK 0 0.74 0.06 0.01
HSL 304.81º 0.98% 0.63% -
HSV(B) 304.81º 0.74% 0.99% -
XYZ 57.89 30.95 83.81 -
YUV 141.52 182.45 207.51 -
System Red Green Blue C M Y K H S L
Decimal 253 66 238 0 0.74 0.06 0.01 304.81 0.98 0.63
Hex FD 42 EE 0 4A 6 1 131 62 3F
Octal 375 102 356 0 112 6 1 461 142 77
Binary 11111101 1000010 11101110 0 1001010 110 1 100110001 1100010 111111

Color Harmonies of #FD42EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD42EE

Black with #FD42EE

Text Example


Text Example

White with #FD42EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD42EE; }

 p { color: rgb(253,66,238); }

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

background-color css

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

 a { background-color: rgb(253,66,238); }

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

border-color css

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

 span { border-color: rgb(253,66,238); }

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