Html Css Color HEX #FD42C9 Razzle Dazzle Rose

📋 copy color: '#FD42C9'

red 253 ◦ green 66 ◦ blue 201

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

Shades of Razzle Dazzle Rose #FD42C9

Tints of Razzle Dazzle Rose #FD42C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.65%

R = 48.65%
G = 12.69%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FD42C9 (or 0xFD42C9) is known color: Razzle Dazzle Rose. HEX triplet: FD, 42 and C9. RGB value is (253,66,201). Sum of RGB (Red+Green+Blue) = 253+66+201=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 66 (26.17% from 255 or 12.69% from 520); Blue value is 201 (78.91% from 255 or 38.65% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FD42C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD42C9 is #02BD36. Grayscale: #888888. Windows color (decimal): -179511 or 13189885. OLE color: 13189885.

HSL color Cylindrical-coordinate representation of color #FD42C9: hue angle of 316.68º 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 #FD42C9 is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 66 201 -
CMYK 0 0.74 0.21 0.01
HSL 316.68º 0.98% 0.63% -
HSV(B) 316.68º 0.74% 0.99% -
XYZ 53 29 58.06 -
YUV 137.3 163.95 210.52 -
System Red Green Blue C M Y K H S L
Decimal 253 66 201 0 0.74 0.21 0.01 316.68 0.98 0.63
Hex FD 42 C9 0 4A 15 1 13D 62 3F
Octal 375 102 311 0 112 25 1 475 142 77
Binary 11111101 1000010 11001001 0 1001010 10101 1 100111101 1100010 111111

Color Harmonies of #FD42C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD42C9

Black with #FD42C9

Text Example


Text Example

White with #FD42C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD42C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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