#F18AB6

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

Shades of Persian Pink #F18AB6

Tints of Persian Pink #F18AB6

Color information

#F18AB6 (or 0xF18AB6) is unknown color: approx Persian Pink. HEX triplet: F1, 8A and B6. RGB value is (241,138,182). Sum of RGB (Red+Green+Blue) = 241+138+182=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 138 (54.30% from 255 or 24.60% from 561); Blue value is 182 (71.48% from 255 or 32.44% from 561); Max value from RGB is 241 - color contains mainly: red. Hex color #F18AB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18AB6 is #0E7549. Grayscale: #ADADAD. Windows color (decimal): -947530 or 11963121. OLE color: 11963121.

HSL color Cylindrical-coordinate representation of color #F18AB6: hue angle of 334.37º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F18AB6 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB241138182-
CMYK00.430.240.05
HSL334.37º78.63%74.31%-
HSV(B)334.37º42.74%94.51%-
XYZ53.8140.2649.19-
YUV173.81132.62175.92-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.96%
GREEN value IS 138 (54.30% from 255) = 24.60%
BLUE value IS 182 (71.48% from 255) = 32.44%
R=42.96%
G=24.60%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113818200.430.240.05334.3778.6374.31
HexF18AB602B18514e4f4a
Octal361212266053305516117112
Binary11110001100010101011011001010111100010110100111010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18AB6; }

 p { color: rgb(241,138,182); }

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

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

 a { background-color: rgb(241,138,182); }

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

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

 span { border-color: rgb(241,138,182); }

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