Html Css Color HEX #FC37AC Persian Rose

📋 copy color: '#FC37AC'

red 252 ◦ green 55 ◦ blue 172

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

Shades of Persian Rose #FC37AC

Tints of Persian Rose #FC37AC

RGB

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

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

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

R = 52.61%
G = 11.48%
B = 35.91%

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

#FC37AC (or 0xFC37AC) is known color: Persian Rose. HEX triplet: FC, 37 and AC. RGB value is (252,55,172). Sum of RGB (Red+Green+Blue) = 252+55+172=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 55 (21.88% from 255 or 11.48% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC37AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC37AC is #03C853. Grayscale: #7E7E7E. Windows color (decimal): -247892 or 11286524. OLE color: 11286524.

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

Color convert

RGB 252 55 172 -
CMYK 0 0.78 0.32 0.01
HSL 324.37º 0.97% 0.6% -
HSV(B) 324.37º 0.78% 0.99% -
XYZ 48.96 26.41 41.55 -
YUV 127.24 153.27 216.99 -
System Red Green Blue C M Y K H S L
Decimal 252 55 172 0 0.78 0.32 0.01 324.37 0.97 0.6
Hex FC 37 AC 0 4E 20 1 144 61 3C
Octal 374 67 254 0 116 40 1 504 141 74
Binary 11111100 110111 10101100 0 1001110 100000 1 101000100 1100001 111100

Color Harmonies of #FC37AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC37AC

Black with #FC37AC

Text Example


Text Example

White with #FC37AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC37AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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