#F67BBA

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

Shades of Persian Pink #F67BBA

Tints of Persian Pink #F67BBA

Color information

#F67BBA (or 0xF67BBA) is unknown color: approx Persian Pink. HEX triplet: F6, 7B and BA. RGB value is (246,123,186). Sum of RGB (Red+Green+Blue) = 246+123+186=555 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.32% from 555); Green value is 123 (48.44% from 255 or 22.16% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 246 - color contains mainly: red. Hex color #F67BBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67BBA is #098445. Grayscale: #A6A6A6. Windows color (decimal): -623686 or 12221430. OLE color: 12221430.

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

Color convert

RGB246123186-
CMYK00.500.240.04
HSL329.27º87.23%72.35%-
HSV(B)329.27º50%96.47%-
XYZ53.9537.350.81-
YUV166.96138.75184.38-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.32%
GREEN value IS 123 (48.44% from 255) = 22.16%
BLUE value IS 186 (73.05% from 255) = 33.51%
R=44.32%
G=22.16%
B=33.51%

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
Decimal24612318600.500.240.04329.2787.2372.35
HexF67BBA0321841495748
Octal366173272062304511127110
Binary1111011011110111011101001100101100010010100100110101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67BBA; }

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

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

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

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

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

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

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

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