Html Css Color HEX #FC24D1 Razzle Dazzle Rose

📋 copy color: '#FC24D1'

red 252 ◦ green 36 ◦ blue 209

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

Shades of Razzle Dazzle Rose #FC24D1

Tints of Razzle Dazzle Rose #FC24D1

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.24%

 BLUE value IS 209 (82.03% from 255) = 42.05%

R = 50.7%
G = 7.24%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC24D1 (or 0xFC24D1) is known color: Razzle Dazzle Rose. HEX triplet: FC, 24 and D1. RGB value is (252,36,209). Sum of RGB (Red+Green+Blue) = 252+36+209=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 36 (14.45% from 255 or 7.24% from 497); Blue value is 209 (82.03% from 255 or 42.05% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC24D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC24D1 is #03DB2E. Grayscale: #777777. Windows color (decimal): -252719 or 13706492. OLE color: 13706492.

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

Color convert

RGB 252 36 209 -
CMYK 0 0.86 0.17 0.01
HSL 311.94º 0.97% 0.56% -
HSV(B) 311.94º 0.86% 0.99% -
XYZ 52.28 26.56 62.69 -
YUV 120.31 178.06 221.93 -
System Red Green Blue C M Y K H S L
Decimal 252 36 209 0 0.86 0.17 0.01 311.94 0.97 0.56
Hex FC 24 D1 0 56 11 1 138 61 38
Octal 374 44 321 0 126 21 1 470 141 70
Binary 11111100 100100 11010001 0 1010110 10001 1 100111000 1100001 111000

Color Harmonies of #FC24D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC24D1

Black with #FC24D1

Text Example


Text Example

White with #FC24D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC24D1; }

 p { color: rgb(252,36,209); }

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

background-color css

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

 a { background-color: rgb(252,36,209); }

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

border-color css

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

 span { border-color: rgb(252,36,209); }

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