Html Css Color HEX #FC2CAF Persian Rose

📋 copy color: '#FC2CAF'

red 252 ◦ green 44 ◦ blue 175

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

Shades of Persian Rose #FC2CAF

Tints of Persian Rose #FC2CAF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.34%

 BLUE value IS 175 (68.75% from 255) = 37.15%

R = 53.5%
G = 9.34%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FC2CAF (or 0xFC2CAF) is known color: Persian Rose. HEX triplet: FC, 2C and AF. RGB value is (252,44,175). Sum of RGB (Red+Green+Blue) = 252+44+175=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 44 (17.58% from 255 or 9.34% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2CAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2CAF is #03D350. Grayscale: #787878. Windows color (decimal): -250705 or 11480316. OLE color: 11480316.

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

Color convert

RGB 252 44 175 -
CMYK 0 0.83 0.31 0.01
HSL 322.21º 0.97% 0.58% -
HSV(B) 322.21º 0.83% 0.99% -
XYZ 48.78 25.59 42.93 -
YUV 121.13 158.41 221.35 -
System Red Green Blue C M Y K H S L
Decimal 252 44 175 0 0.83 0.31 0.01 322.21 0.97 0.58
Hex FC 2C AF 0 53 1F 1 142 61 3A
Octal 374 54 257 0 123 37 1 502 141 72
Binary 11111100 101100 10101111 0 1010011 11111 1 101000010 1100001 111010

Color Harmonies of #FC2CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2CAF

Black with #FC2CAF

Text Example


Text Example

White with #FC2CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2CAF; }

 p { color: rgb(252,44,175); }

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

background-color css

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

 a { background-color: rgb(252,44,175); }

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

border-color css

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

 span { border-color: rgb(252,44,175); }

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