Html Css Color HEX #FC27D1 Razzle Dazzle Rose

📋 copy color: '#FC27D1'

red 252 ◦ green 39 ◦ blue 209

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

Shades of Razzle Dazzle Rose #FC27D1

Tints of Razzle Dazzle Rose #FC27D1

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.8%

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

R = 50.4%
G = 7.8%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC27D1 (or 0xFC27D1) is known color: Razzle Dazzle Rose. HEX triplet: FC, 27 and D1. RGB value is (252,39,209). Sum of RGB (Red+Green+Blue) = 252+39+209=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 39 (15.62% from 255 or 7.8% from 500); Blue value is 209 (82.03% from 255 or 41.8% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC27D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC27D1 is #03D82E. Grayscale: #797979. Windows color (decimal): -251951 or 13707260. OLE color: 13707260.

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

Color convert

RGB 252 39 209 -
CMYK 0 0.85 0.17 0.01
HSL 312.11º 0.97% 0.57% -
HSV(B) 312.11º 0.85% 0.99% -
XYZ 52.38 26.75 62.72 -
YUV 122.07 177.07 220.68 -
System Red Green Blue C M Y K H S L
Decimal 252 39 209 0 0.85 0.17 0.01 312.11 0.97 0.57
Hex FC 27 D1 0 55 11 1 138 61 39
Octal 374 47 321 0 125 21 1 470 141 71
Binary 11111100 100111 11010001 0 1010101 10001 1 100111000 1100001 111001

Color Harmonies of #FC27D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC27D1

Black with #FC27D1

Text Example


Text Example

White with #FC27D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC27D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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