#F37AB1

Color #F37AB1 Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #F37AB1

Tints of Persian Pink #F37AB1

Color information

#F37AB1 (or 0xF37AB1) is unknown color: approx Persian Pink. HEX triplet: F3, 7A and B1. RGB value is (243,122,177). Sum of RGB (Red+Green+Blue) = 243+122+177=542 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.83% from 542); Green value is 122 (48.05% from 255 or 22.51% from 542); Blue value is 177 (69.53% from 255 or 32.66% from 542); Max value from RGB is 243 - color contains mainly: red. Hex color #F37AB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37AB1 is #0C854E. Grayscale: #A4A4A4. Windows color (decimal): -820559 or 11631347. OLE color: 11631347.

HSL color Cylindrical-coordinate representation of color #F37AB1: hue angle of 332.73º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F37AB1 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB243122177-
CMYK00.500.270.05
HSL332.73º83.45%71.57%-
HSV(B)332.73º49.79%95.29%-
XYZ51.8636.1545.84-
YUV164.45135.09184.03-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 44.83%
GREEN value IS 122 (48.05% from 255) = 22.51%
BLUE value IS 177 (69.53% from 255) = 32.66%
R=44.83%
G=22.51%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312217700.500.270.05332.7383.4571.57
HexF37AB10321B514d5348
Octal363172261062335515123110
Binary1111001111110101011000101100101101110110100110110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F37AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F37AB1; }

 p { color: rgb(243,122,177); }

 H1.HeaderClassName
 {
   color: #F37AB1;
 }
 .AnyTagClassName
 {
   color: #F37AB1;
 }
</style>
background-color css

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

 a { background-color: rgb(243,122,177); }

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

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

 span { border-color: rgb(243,122,177); }

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