Html Css Color HEX #FC37AF Persian Rose

📋 copy color: '#FC37AF'

red 252 ◦ green 55 ◦ blue 175

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

Shades of Persian Rose #FC37AF

Tints of Persian Rose #FC37AF

RGB

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

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

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

R = 52.28%
G = 11.41%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FC37AF (or 0xFC37AF) is known color: Persian Rose. HEX triplet: FC, 37 and AF. RGB value is (252,55,175). Sum of RGB (Red+Green+Blue) = 252+55+175=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 55 (21.88% from 255 or 11.41% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC37AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC37AF is #03C850. Grayscale: #7F7F7F. Windows color (decimal): -247889 or 11483132. OLE color: 11483132.

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

Color convert

RGB 252 55 175 -
CMYK 0 0.78 0.31 0.01
HSL 323.45º 0.97% 0.6% -
HSV(B) 323.45º 0.78% 0.99% -
XYZ 49.25 26.52 43.08 -
YUV 127.58 154.77 216.74 -
System Red Green Blue C M Y K H S L
Decimal 252 55 175 0 0.78 0.31 0.01 323.45 0.97 0.6
Hex FC 37 AF 0 4E 1F 1 143 61 3C
Octal 374 67 257 0 116 37 1 503 141 74
Binary 11111100 110111 10101111 0 1001110 11111 1 101000011 1100001 111100

Color Harmonies of #FC37AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC37AF

Black with #FC37AF

Text Example


Text Example

White with #FC37AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC37AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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