Html Css Color HEX #FC209D Persian Rose

📋 copy color: '#FC209D'

red 252 ◦ green 32 ◦ blue 157

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

Shades of Persian Rose #FC209D

Tints of Persian Rose #FC209D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.6%

R = 57.14%
G = 7.26%
B = 35.6%

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

#FC209D (or 0xFC209D) is known color: Persian Rose. HEX triplet: FC, 20 and 9D. RGB value is (252,32,157). Sum of RGB (Red+Green+Blue) = 252+32+157=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 32 (12.89% from 255 or 7.26% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FC209D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC209D is #03DF62. Grayscale: #6F6F6F. Windows color (decimal): -253795 or 10297596. OLE color: 10297596.

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

Color convert

RGB 252 32 157 -
CMYK 0 0.87 0.38 0.01
HSL 325.91º 0.97% 0.56% -
HSV(B) 325.91º 0.87% 0.99% -
XYZ 46.75 24.16 34.1 -
YUV 112.03 153.39 227.84 -
System Red Green Blue C M Y K H S L
Decimal 252 32 157 0 0.87 0.38 0.01 325.91 0.97 0.56
Hex FC 20 9D 0 57 26 1 146 61 38
Octal 374 40 235 0 127 46 1 506 141 70
Binary 11111100 100000 10011101 0 1010111 100110 1 101000110 1100001 111000

Color Harmonies of #FC209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC209D

Black with #FC209D

Text Example


Text Example

White with #FC209D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC209D; }

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

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

background-color css

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

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

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

border-color css

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

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

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