Html Css Color HEX #FC299E Persian Rose

📋 copy color: '#FC299E'

red 252 ◦ green 41 ◦ blue 158

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

Shades of Persian Rose #FC299E

Tints of Persian Rose #FC299E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.09%

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

R = 55.88%
G = 9.09%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC299E (or 0xFC299E) is known color: Persian Rose. HEX triplet: FC, 29 and 9E. RGB value is (252,41,158). Sum of RGB (Red+Green+Blue) = 252+41+158=451 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.88% from 451); Green value is 41 (16.41% from 255 or 9.09% from 451); Blue value is 158 (62.11% from 255 or 35.03% from 451); Max value from RGB is 252 - color contains mainly: red. Hex color #FC299E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC299E is #03D661. Grayscale: #757575. Windows color (decimal): -251490 or 10365436. OLE color: 10365436.

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

Color convert

RGB 252 41 158 -
CMYK 0 0.84 0.37 0.01
HSL 326.73º 0.97% 0.57% -
HSV(B) 326.73º 0.84% 0.99% -
XYZ 47.11 24.75 34.64 -
YUV 117.43 150.9 223.99 -
System Red Green Blue C M Y K H S L
Decimal 252 41 158 0 0.84 0.37 0.01 326.73 0.97 0.57
Hex FC 29 9E 0 54 25 1 147 61 39
Octal 374 51 236 0 124 45 1 507 141 71
Binary 11111100 101001 10011110 0 1010100 100101 1 101000111 1100001 111001

Color Harmonies of #FC299E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC299E

Black with #FC299E

Text Example


Text Example

White with #FC299E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC299E; }

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

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

background-color css

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

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

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

border-color css

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

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

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