#F67BBF

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

Shades of Persian Pink #F67BBF

Tints of Persian Pink #F67BBF

Color information

#F67BBF (or 0xF67BBF) is unknown color: approx Persian Pink. HEX triplet: F6, 7B and BF. RGB value is (246,123,191). Sum of RGB (Red+Green+Blue) = 246+123+191=560 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.93% from 560); Green value is 123 (48.44% from 255 or 21.96% from 560); Blue value is 191 (75% from 255 or 34.11% from 560); Max value from RGB is 246 - color contains mainly: red. Hex color #F67BBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67BBF is #098440. Grayscale: #A7A7A7. Windows color (decimal): -623681 or 12549110. OLE color: 12549110.

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

Color convert

RGB246123191-
CMYK00.500.220.04
HSL326.83º87.23%72.35%-
HSV(B)326.83º50%96.47%-
XYZ54.4937.5253.66-
YUV167.53141.25183.97-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.93%
GREEN value IS 123 (48.44% from 255) = 21.96%
BLUE value IS 191 (75% from 255) = 34.11%
R=43.93%
G=21.96%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612319100.500.220.04326.8387.2372.35
HexF67BBF0321641475748
Octal366173277062264507127110
Binary1111011011110111011111101100101011010010100011110101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67BBF; }

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

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

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

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

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

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

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

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