Html Css Color HEX #FC37AB Persian Rose

📋 copy color: '#FC37AB'

red 252 ◦ green 55 ◦ blue 171

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

Shades of Persian Rose #FC37AB

Tints of Persian Rose #FC37AB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.51%

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

R = 52.72%
G = 11.51%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FC37AB (or 0xFC37AB) is known color: Persian Rose. HEX triplet: FC, 37 and AB. RGB value is (252,55,171). Sum of RGB (Red+Green+Blue) = 252+55+171=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 55 (21.88% from 255 or 11.51% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FC37AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC37AB is #03C854. Grayscale: #7E7E7E. Windows color (decimal): -247893 or 11220988. OLE color: 11220988.

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

Color convert

RGB 252 55 171 -
CMYK 0 0.78 0.32 0.01
HSL 324.67º 0.97% 0.6% -
HSV(B) 324.67º 0.78% 0.99% -
XYZ 48.86 26.37 41.04 -
YUV 127.13 152.77 217.07 -
System Red Green Blue C M Y K H S L
Decimal 252 55 171 0 0.78 0.32 0.01 324.67 0.97 0.6
Hex FC 37 AB 0 4E 20 1 145 61 3C
Octal 374 67 253 0 116 40 1 505 141 74
Binary 11111100 110111 10101011 0 1001110 100000 1 101000101 1100001 111100

Color Harmonies of #FC37AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC37AB

Black with #FC37AB

Text Example


Text Example

White with #FC37AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC37AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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