#F37AC3

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

Shades of Persian Pink #F37AC3

Tints of Persian Pink #F37AC3

Color information

#F37AC3 (or 0xF37AC3) is unknown color: approx Persian Pink. HEX triplet: F3, 7A and C3. RGB value is (243,122,195). Sum of RGB (Red+Green+Blue) = 243+122+195=560 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.39% from 560); Green value is 122 (48.05% from 255 or 21.79% from 560); Blue value is 195 (76.56% from 255 or 34.82% from 560); Max value from RGB is 243 - color contains mainly: red. Hex color #F37AC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37AC3 is #0C853C. Grayscale: #A6A6A6. Windows color (decimal): -820541 or 12810995. OLE color: 12810995.

HSL color Cylindrical-coordinate representation of color #F37AC3: hue angle of 323.8º 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 #F37AC3 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB243122195-
CMYK00.500.200.05
HSL323.8º83.45%71.57%-
HSV(B)323.8º49.79%95.29%-
XYZ53.7736.9155.92-
YUV166.5144.09182.56-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.39%
GREEN value IS 122 (48.05% from 255) = 21.79%
BLUE value IS 195 (76.56% from 255) = 34.82%
R=43.39%
G=21.79%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312219500.500.200.05323.883.4571.57
HexF37AC30321451445348
Octal363172303062245504123110
Binary1111001111110101100001101100101010010110100010010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F37AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F37AC3; }

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

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

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

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

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

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

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

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