Html Css Color HEX #FC2FAC Persian Rose

📋 copy color: '#FC2FAC'

red 252 ◦ green 47 ◦ blue 172

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

Shades of Persian Rose #FC2FAC

Tints of Persian Rose #FC2FAC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.98%

 BLUE value IS 172 (67.58% from 255) = 36.52%

R = 53.5%
G = 9.98%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FC2FAC (or 0xFC2FAC) is known color: Persian Rose. HEX triplet: FC, 2F and AC. RGB value is (252,47,172). Sum of RGB (Red+Green+Blue) = 252+47+172=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 47 (18.75% from 255 or 9.98% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2FAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2FAC is #03D053. Grayscale: #7A7A7A. Windows color (decimal): -249940 or 11284476. OLE color: 11284476.

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

Color convert

RGB 252 47 172 -
CMYK 0 0.81 0.32 0.01
HSL 323.41º 0.97% 0.59% -
HSV(B) 323.41º 0.81% 0.99% -
XYZ 48.61 25.71 41.43 -
YUV 122.55 155.92 220.34 -
System Red Green Blue C M Y K H S L
Decimal 252 47 172 0 0.81 0.32 0.01 323.41 0.97 0.59
Hex FC 2F AC 0 51 20 1 143 61 3B
Octal 374 57 254 0 121 40 1 503 141 73
Binary 11111100 101111 10101100 0 1010001 100000 1 101000011 1100001 111011

Color Harmonies of #FC2FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2FAC

Black with #FC2FAC

Text Example


Text Example

White with #FC2FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2FAC; }

 p { color: rgb(252,47,172); }

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

background-color css

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

 a { background-color: rgb(252,47,172); }

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

border-color css

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

 span { border-color: rgb(252,47,172); }

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