Html Css Color HEX #FD36D2 Razzle Dazzle Rose

📋 copy color: '#FD36D2'

red 253 ◦ green 54 ◦ blue 210

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

Shades of Razzle Dazzle Rose #FD36D2

Tints of Razzle Dazzle Rose #FD36D2

RGB

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

 GREEN value IS 54 (21.48% from 255) = 10.44%

 BLUE value IS 210 (82.42% from 255) = 40.62%

R = 48.94%
G = 10.44%
B = 40.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FD36D2 (or 0xFD36D2) is known color: Razzle Dazzle Rose. HEX triplet: FD, 36 and D2. RGB value is (253,54,210). Sum of RGB (Red+Green+Blue) = 253+54+210=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 54 (21.48% from 255 or 10.44% from 517); Blue value is 210 (82.42% from 255 or 40.62% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FD36D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD36D2 is #02C92D. Grayscale: #828282. Windows color (decimal): -182574 or 13776637. OLE color: 13776637.

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

Color convert

RGB 253 54 210 -
CMYK 0 0.79 0.17 0.01
HSL 312.96º 0.98% 0.6% -
HSV(B) 312.96º 0.79% 0.99% -
XYZ 53.46 28.17 63.59 -
YUV 131.29 172.43 214.82 -
System Red Green Blue C M Y K H S L
Decimal 253 54 210 0 0.79 0.17 0.01 312.96 0.98 0.6
Hex FD 36 D2 0 4F 11 1 139 62 3C
Octal 375 66 322 0 117 21 1 471 142 74
Binary 11111101 110110 11010010 0 1001111 10001 1 100111001 1100010 111100

Color Harmonies of #FD36D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD36D2

Black with #FD36D2

Text Example


Text Example

White with #FD36D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD36D2; }

 p { color: rgb(253,54,210); }

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

background-color css

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

 a { background-color: rgb(253,54,210); }

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

border-color css

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

 span { border-color: rgb(253,54,210); }

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