#F67ABA

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

Shades of Persian Pink #F67ABA

Tints of Persian Pink #F67ABA

Color information

#F67ABA (or 0xF67ABA) is unknown color: approx Persian Pink. HEX triplet: F6, 7A and BA. RGB value is (246,122,186). Sum of RGB (Red+Green+Blue) = 246+122+186=554 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.40% from 554); Green value is 122 (48.05% from 255 or 22.02% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 246 - color contains mainly: red. Hex color #F67ABA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67ABA is #098545. Grayscale: #A6A6A6. Windows color (decimal): -623942 or 12221174. OLE color: 12221174.

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

Color convert

RGB246122186-
CMYK00.500.240.04
HSL329.03º87.32%72.16%-
HSV(B)329.03º50.41%96.47%-
XYZ53.8337.0650.77-
YUV166.37139.08184.8-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.40%
GREEN value IS 122 (48.05% from 255) = 22.02%
BLUE value IS 186 (73.05% from 255) = 33.57%
R=44.40%
G=22.02%
B=33.57%

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
Decimal24612218600.500.240.04329.0387.3272.16
HexF67ABA0321841495748
Octal366172272062304511127110
Binary1111011011110101011101001100101100010010100100110101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67ABA; }

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

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

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

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

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

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

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

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