#F18ABA

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

Shades of Persian Pink #F18ABA

Tints of Persian Pink #F18ABA

Color information

#F18ABA (or 0xF18ABA) is unknown color: approx Persian Pink. HEX triplet: F1, 8A and BA. RGB value is (241,138,186). Sum of RGB (Red+Green+Blue) = 241+138+186=565 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.65% from 565); Green value is 138 (54.30% from 255 or 24.42% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 241 - color contains mainly: red. Hex color #F18ABA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18ABA is #0E7545. Grayscale: #AEAEAE. Windows color (decimal): -947526 or 12225265. OLE color: 12225265.

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

Color convert

RGB241138186-
CMYK00.430.230.05
HSL332.04º78.63%74.31%-
HSV(B)332.04º42.74%94.51%-
XYZ54.2340.4251.4-
YUV174.27134.62175.6-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.65%
GREEN value IS 138 (54.30% from 255) = 24.42%
BLUE value IS 186 (73.05% from 255) = 32.92%
R=42.65%
G=24.42%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113818600.430.230.05332.0478.6374.31
HexF18ABA02B17514c4f4a
Octal361212272053275514117112
Binary11110001100010101011101001010111011110110100110010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18ABA; }

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

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

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

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

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

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

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

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