Html Css Color HEX #FD36C2 Razzle Dazzle Rose

📋 copy color: '#FD36C2'

red 253 ◦ green 54 ◦ blue 194

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

Shades of Razzle Dazzle Rose #FD36C2

Tints of Razzle Dazzle Rose #FD36C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.72%

R = 50.5%
G = 10.78%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FD36C2 (or 0xFD36C2) is known color: Razzle Dazzle Rose. HEX triplet: FD, 36 and C2. RGB value is (253,54,194). Sum of RGB (Red+Green+Blue) = 253+54+194=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 54 (21.48% from 255 or 10.78% from 501); Blue value is 194 (76.17% from 255 or 38.72% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FD36C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD36C2 is #02C93D. Grayscale: #818181. Windows color (decimal): -182590 or 12728061. OLE color: 12728061.

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

Color convert

RGB 253 54 194 -
CMYK 0 0.79 0.23 0.01
HSL 317.79º 0.98% 0.6% -
HSV(B) 317.79º 0.79% 0.99% -
XYZ 51.56 27.42 53.61 -
YUV 129.46 164.43 216.12 -
System Red Green Blue C M Y K H S L
Decimal 253 54 194 0 0.79 0.23 0.01 317.79 0.98 0.6
Hex FD 36 C2 0 4F 17 1 13E 62 3C
Octal 375 66 302 0 117 27 1 476 142 74
Binary 11111101 110110 11000010 0 1001111 10111 1 100111110 1100010 111100

Color Harmonies of #FD36C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD36C2

Black with #FD36C2

Text Example


Text Example

White with #FD36C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD36C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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