Html Css Color HEX #FC36DB Razzle Dazzle Rose

📋 copy color: '#FC36DB'

red 252 ◦ green 54 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FC36DB

Tints of Razzle Dazzle Rose #FC36DB

RGB

 RED value IS 252 (98.83% from 255) = 48%

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

 BLUE value IS 219 (85.94% from 255) = 41.71%

R = 48%
G = 10.29%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC36DB (or 0xFC36DB) is known color: Razzle Dazzle Rose. HEX triplet: FC, 36 and DB. RGB value is (252,54,219). Sum of RGB (Red+Green+Blue) = 252+54+219=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 54 (21.48% from 255 or 10.29% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FC36DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC36DB is #03C924. Grayscale: #838383. Windows color (decimal): -248101 or 14366460. OLE color: 14366460.

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

Color convert

RGB 252 54 219 -
CMYK 0 0.79 0.13 0.01
HSL 310º 0.97% 0.6% -
HSV(B) 310º 0.79% 0.99% -
XYZ 54.25 28.45 69.65 -
YUV 132.01 177.1 213.58 -
System Red Green Blue C M Y K H S L
Decimal 252 54 219 0 0.79 0.13 0.01 310 0.97 0.6
Hex FC 36 DB 0 4F D 1 136 61 3C
Octal 374 66 333 0 117 15 1 466 141 74
Binary 11111100 110110 11011011 0 1001111 1101 1 100110110 1100001 111100

Color Harmonies of #FC36DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC36DB

Black with #FC36DB

Text Example


Text Example

White with #FC36DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC36DB; }

 p { color: rgb(252,54,219); }

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

background-color css

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

 a { background-color: rgb(252,54,219); }

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

border-color css

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

 span { border-color: rgb(252,54,219); }

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