Html Css Color HEX #FC2099 Persian Rose

📋 copy color: '#FC2099'

red 252 ◦ green 32 ◦ blue 153

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

Shades of Persian Rose #FC2099

Tints of Persian Rose #FC2099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 35.01%

R = 57.67%
G = 7.32%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FC2099 (or 0xFC2099) is known color: Persian Rose. HEX triplet: FC, 20 and 99. RGB value is (252,32,153). Sum of RGB (Red+Green+Blue) = 252+32+153=437 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.67% from 437); Green value is 32 (12.89% from 255 or 7.32% from 437); Blue value is 153 (60.16% from 255 or 35.01% from 437); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2099 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2099 is #03DF66. Grayscale: #6F6F6F. Windows color (decimal): -253799 or 10035452. OLE color: 10035452.

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

Color convert

RGB 252 32 153 -
CMYK 0 0.87 0.39 0.01
HSL 327º 0.97% 0.56% -
HSV(B) 327º 0.87% 0.99% -
XYZ 46.41 24.03 32.33 -
YUV 111.57 151.39 228.16 -
System Red Green Blue C M Y K H S L
Decimal 252 32 153 0 0.87 0.39 0.01 327 0.97 0.56
Hex FC 20 99 0 57 27 1 147 61 38
Octal 374 40 231 0 127 47 1 507 141 70
Binary 11111100 100000 10011001 0 1010111 100111 1 101000111 1100001 111000

Color Harmonies of #FC2099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2099

Black with #FC2099

Text Example


Text Example

White with #FC2099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2099; }

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

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

background-color css

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

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

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

border-color css

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

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

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