#f67abe

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

Shades of Persian Pink #F67ABE

Tints of Persian Pink #F67ABE

Color information

#F67ABE (or 0xF67ABE) is unknown color: approx Persian Pink. HEX triplet: F6, 7A and BE. RGB value is (246,122,190). Sum of RGB (Red+Green+Blue) = 246+122+190=558 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.09% from 558); Green value is 122 (48.05% from 255 or 21.86% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 246 - color contains mainly: red. Hex color #F67ABE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67ABE is #098541. Grayscale: #A6A6A6. Windows color (decimal): -623938 or 12483318. OLE color: 12483318.

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

Color convert

RGB246122190-
CMYK00.500.230.04
HSL327.1º87.32%72.16%-
HSV(B)327.1º50.41%96.47%-
XYZ54.2637.2353.04-
YUV166.83141.08184.47-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.09%
GREEN value IS 122 (48.05% from 255) = 21.86%
BLUE value IS 190 (74.61% from 255) = 34.05%
R=44.09%
G=21.86%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612219000.500.230.04327.187.3272.16
HexF67ABE0321741475748
Octal366172276062274507127110
Binary1111011011110101011111001100101011110010100011110101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f67abe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f67abe; }

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

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

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

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

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

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

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

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