#F67BBE

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

Shades of Persian Pink #F67BBE

Tints of Persian Pink #F67BBE

Color information

#F67BBE (or 0xF67BBE) is unknown color: approx Persian Pink. HEX triplet: F6, 7B and BE. RGB value is (246,123,190). Sum of RGB (Red+Green+Blue) = 246+123+190=559 (74% of max value = 765). Red value is 246 (96.48% from 255 or 44.01% from 559); Green value is 123 (48.44% from 255 or 22.00% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 246 - color contains mainly: red. Hex color #F67BBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67BBE is #098441. Grayscale: #A7A7A7. Windows color (decimal): -623682 or 12483574. OLE color: 12483574.

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

Color convert

RGB246123190-
CMYK00.500.230.04
HSL327.32º87.23%72.35%-
HSV(B)327.32º50%96.47%-
XYZ54.3837.4853.08-
YUV167.42140.75184.05-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.01%
GREEN value IS 123 (48.44% from 255) = 22.00%
BLUE value IS 190 (74.61% from 255) = 33.99%
R=44.01%
G=22.00%
B=33.99%

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
Decimal24612319000.500.230.04327.3287.2372.35
HexF67BBE0321741475748
Octal366173276062274507127110
Binary1111011011110111011111001100101011110010100011110101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67BBE; }

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

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

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

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

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

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

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

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