Html Css Color HEX #FC37A8 Persian Rose

📋 copy color: '#FC37A8'

red 252 ◦ green 55 ◦ blue 168

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

Shades of Persian Rose #FC37A8

Tints of Persian Rose #FC37A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.37%

R = 53.05%
G = 11.58%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC37A8 (or 0xFC37A8) is known color: Persian Rose. HEX triplet: FC, 37 and A8. RGB value is (252,55,168). Sum of RGB (Red+Green+Blue) = 252+55+168=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 55 (21.88% from 255 or 11.58% from 475); Blue value is 168 (66.02% from 255 or 35.37% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FC37A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC37A8 is #03C857. Grayscale: #7E7E7E. Windows color (decimal): -247896 or 11024380. OLE color: 11024380.

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

Color convert

RGB 252 55 168 -
CMYK 0 0.78 0.33 0.01
HSL 325.58º 0.97% 0.6% -
HSV(B) 325.58º 0.78% 0.99% -
XYZ 48.58 26.25 39.55 -
YUV 126.79 151.27 217.31 -
System Red Green Blue C M Y K H S L
Decimal 252 55 168 0 0.78 0.33 0.01 325.58 0.97 0.6
Hex FC 37 A8 0 4E 21 1 146 61 3C
Octal 374 67 250 0 116 41 1 506 141 74
Binary 11111100 110111 10101000 0 1001110 100001 1 101000110 1100001 111100

Color Harmonies of #FC37A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC37A8

Black with #FC37A8

Text Example


Text Example

White with #FC37A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC37A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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