Html Css Color HEX #FC2FAB Persian Rose

📋 copy color: '#FC2FAB'

red 252 ◦ green 47 ◦ blue 171

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

Shades of Persian Rose #FC2FAB

Tints of Persian Rose #FC2FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.38%

R = 53.62%
G = 10%
B = 36.38%

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

#FC2FAB (or 0xFC2FAB) is known color: Persian Rose. HEX triplet: FC, 2F and AB. RGB value is (252,47,171). Sum of RGB (Red+Green+Blue) = 252+47+171=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 47 (18.75% from 255 or 10% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2FAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2FAB is #03D054. Grayscale: #7A7A7A. Windows color (decimal): -249941 or 11218940. OLE color: 11218940.

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

Color convert

RGB 252 47 171 -
CMYK 0 0.81 0.32 0.01
HSL 323.71º 0.97% 0.59% -
HSV(B) 323.71º 0.81% 0.99% -
XYZ 48.51 25.67 40.93 -
YUV 122.43 155.42 220.42 -
System Red Green Blue C M Y K H S L
Decimal 252 47 171 0 0.81 0.32 0.01 323.71 0.97 0.59
Hex FC 2F AB 0 51 20 1 144 61 3B
Octal 374 57 253 0 121 40 1 504 141 73
Binary 11111100 101111 10101011 0 1010001 100000 1 101000100 1100001 111011

Color Harmonies of #FC2FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2FAB

Black with #FC2FAB

Text Example


Text Example

White with #FC2FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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