Html Css Color HEX #FC209E Persian Rose

📋 copy color: '#FC209E'

red 252 ◦ green 32 ◦ blue 158

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

Shades of Persian Rose #FC209E

Tints of Persian Rose #FC209E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.75%

R = 57.01%
G = 7.24%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC209E (or 0xFC209E) is known color: Persian Rose. HEX triplet: FC, 20 and 9E. RGB value is (252,32,158). Sum of RGB (Red+Green+Blue) = 252+32+158=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 32 (12.89% from 255 or 7.24% from 442); Blue value is 158 (62.11% from 255 or 35.75% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FC209E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC209E is #03DF61. Grayscale: #6F6F6F. Windows color (decimal): -253794 or 10363132. OLE color: 10363132.

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

Color convert

RGB 252 32 158 -
CMYK 0 0.87 0.37 0.01
HSL 325.64º 0.97% 0.56% -
HSV(B) 325.64º 0.87% 0.99% -
XYZ 46.83 24.2 34.55 -
YUV 112.14 153.89 227.75 -
System Red Green Blue C M Y K H S L
Decimal 252 32 158 0 0.87 0.37 0.01 325.64 0.97 0.56
Hex FC 20 9E 0 57 25 1 146 61 38
Octal 374 40 236 0 127 45 1 506 141 70
Binary 11111100 100000 10011110 0 1010111 100101 1 101000110 1100001 111000

Color Harmonies of #FC209E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC209E

Black with #FC209E

Text Example


Text Example

White with #FC209E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC209E; }

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

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

background-color css

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

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

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

border-color css

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

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

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