Html Css Color HEX #FC209C Persian Rose

📋 copy color: '#FC209C'

red 252 ◦ green 32 ◦ blue 156

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

Shades of Persian Rose #FC209C

Tints of Persian Rose #FC209C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.27%

 BLUE value IS 156 (61.33% from 255) = 35.45%

R = 57.27%
G = 7.27%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC209C (or 0xFC209C) is known color: Persian Rose. HEX triplet: FC, 20 and 9C. RGB value is (252,32,156). Sum of RGB (Red+Green+Blue) = 252+32+156=440 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.27% from 440); Green value is 32 (12.89% from 255 or 7.27% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 252 - color contains mainly: red. Hex color #FC209C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC209C is #03DF63. Grayscale: #6F6F6F. Windows color (decimal): -253796 or 10232060. OLE color: 10232060.

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

Color convert

RGB 252 32 156 -
CMYK 0 0.87 0.38 0.01
HSL 326.18º 0.97% 0.56% -
HSV(B) 326.18º 0.87% 0.99% -
XYZ 46.66 24.13 33.65 -
YUV 111.92 152.89 227.92 -
System Red Green Blue C M Y K H S L
Decimal 252 32 156 0 0.87 0.38 0.01 326.18 0.97 0.56
Hex FC 20 9C 0 57 26 1 146 61 38
Octal 374 40 234 0 127 46 1 506 141 70
Binary 11111100 100000 10011100 0 1010111 100110 1 101000110 1100001 111000

Color Harmonies of #FC209C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC209C

Black with #FC209C

Text Example


Text Example

White with #FC209C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC209C; }

 p { color: rgb(252,32,156); }

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

background-color css

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

 a { background-color: rgb(252,32,156); }

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

border-color css

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

 span { border-color: rgb(252,32,156); }

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