#F67ABB

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

Shades of Persian Pink #F67ABB

Tints of Persian Pink #F67ABB

Color information

#F67ABB (or 0xF67ABB) is unknown color: approx Persian Pink. HEX triplet: F6, 7A and BB. RGB value is (246,122,187). Sum of RGB (Red+Green+Blue) = 246+122+187=555 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.32% from 555); Green value is 122 (48.05% from 255 or 21.98% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 246 - color contains mainly: red. Hex color #F67ABB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67ABB is #098544. Grayscale: #A6A6A6. Windows color (decimal): -623941 or 12286710. OLE color: 12286710.

HSL color Cylindrical-coordinate representation of color #F67ABB: hue angle of 328.55º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F67ABB is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB246122187-
CMYK00.500.240.04
HSL328.55º87.32%72.16%-
HSV(B)328.55º50.41%96.47%-
XYZ53.9437.151.33-
YUV166.49139.58184.71-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.32%
GREEN value IS 122 (48.05% from 255) = 21.98%
BLUE value IS 187 (73.44% from 255) = 33.69%
R=44.32%
G=21.98%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612218700.500.240.04328.5587.3272.16
HexF67ABB0321841495748
Octal366172273062304511127110
Binary1111011011110101011101101100101100010010100100110101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67ABB; }

 p { color: rgb(246,122,187); }

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

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

 a { background-color: rgb(246,122,187); }

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

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

 span { border-color: rgb(246,122,187); }

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