#F67BB4

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

Shades of Persian Pink #F67BB4

Tints of Persian Pink #F67BB4

Color information

#F67BB4 (or 0xF67BB4) is unknown color: approx Persian Pink. HEX triplet: F6, 7B and B4. RGB value is (246,123,180). Sum of RGB (Red+Green+Blue) = 246+123+180=549 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.81% from 549); Green value is 123 (48.44% from 255 or 22.40% from 549); Blue value is 180 (70.70% from 255 or 32.79% from 549); Max value from RGB is 246 - color contains mainly: red. Hex color #F67BB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67BB4 is #09844B. Grayscale: #A6A6A6. Windows color (decimal): -623692 or 11828214. OLE color: 11828214.

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

Color convert

RGB246123180-
CMYK00.500.270.04
HSL332.2º87.23%72.35%-
HSV(B)332.2º50%96.47%-
XYZ53.3337.0547.52-
YUV166.28135.75184.87-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.81%
GREEN value IS 123 (48.44% from 255) = 22.40%
BLUE value IS 180 (70.70% from 255) = 32.79%
R=44.81%
G=22.40%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612318000.500.270.04332.287.2372.35
HexF67BB40321B414c5748
Octal366173264062334514127110
Binary1111011011110111011010001100101101110010100110010101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67BB4; }

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

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

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

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

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

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

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

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