Html Css Color HEX #FD36C8 Razzle Dazzle Rose

📋 copy color: '#FD36C8'

red 253 ◦ green 54 ◦ blue 200

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

Shades of Razzle Dazzle Rose #FD36C8

Tints of Razzle Dazzle Rose #FD36C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.45%

R = 49.9%
G = 10.65%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FD36C8 (or 0xFD36C8) is known color: Razzle Dazzle Rose. HEX triplet: FD, 36 and C8. RGB value is (253,54,200). Sum of RGB (Red+Green+Blue) = 253+54+200=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 54 (21.48% from 255 or 10.65% from 507); Blue value is 200 (78.52% from 255 or 39.45% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FD36C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD36C8 is #02C937. Grayscale: #818181. Windows color (decimal): -182584 or 13121277. OLE color: 13121277.

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

Color convert

RGB 253 54 200 -
CMYK 0 0.79 0.21 0.01
HSL 315.98º 0.98% 0.6% -
HSV(B) 315.98º 0.79% 0.99% -
XYZ 52.25 27.69 57.23 -
YUV 130.15 167.43 215.63 -
System Red Green Blue C M Y K H S L
Decimal 253 54 200 0 0.79 0.21 0.01 315.98 0.98 0.6
Hex FD 36 C8 0 4F 15 1 13C 62 3C
Octal 375 66 310 0 117 25 1 474 142 74
Binary 11111101 110110 11001000 0 1001111 10101 1 100111100 1100010 111100

Color Harmonies of #FD36C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD36C8

Black with #FD36C8

Text Example


Text Example

White with #FD36C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD36C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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