Html Css Color HEX #FC299A Persian Rose

📋 copy color: '#FC299A'

red 252 ◦ green 41 ◦ blue 154

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

Shades of Persian Rose #FC299A

Tints of Persian Rose #FC299A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.45%

R = 56.38%
G = 9.17%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FC299A (or 0xFC299A) is known color: Persian Rose. HEX triplet: FC, 29 and 9A. RGB value is (252,41,154). Sum of RGB (Red+Green+Blue) = 252+41+154=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 41 (16.41% from 255 or 9.17% from 447); Blue value is 154 (60.55% from 255 or 34.45% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FC299A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC299A is #03D665. Grayscale: #747474. Windows color (decimal): -251494 or 10103292. OLE color: 10103292.

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

Color convert

RGB 252 41 154 -
CMYK 0 0.84 0.39 0.01
HSL 327.87º 0.97% 0.57% -
HSV(B) 327.87º 0.84% 0.99% -
XYZ 46.77 24.61 32.86 -
YUV 116.97 148.9 224.31 -
System Red Green Blue C M Y K H S L
Decimal 252 41 154 0 0.84 0.39 0.01 327.87 0.97 0.57
Hex FC 29 9A 0 54 27 1 148 61 39
Octal 374 51 232 0 124 47 1 510 141 71
Binary 11111100 101001 10011010 0 1010100 100111 1 101001000 1100001 111001

Color Harmonies of #FC299A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC299A

Black with #FC299A

Text Example


Text Example

White with #FC299A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC299A; }

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

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

background-color css

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

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

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

border-color css

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

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

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