#F67FB3

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

Shades of Persian Pink #F67FB3

Tints of Persian Pink #F67FB3

Color information

#F67FB3 (or 0xF67FB3) is unknown color: approx Persian Pink. HEX triplet: F6, 7F and B3. RGB value is (246,127,179). Sum of RGB (Red+Green+Blue) = 246+127+179=552 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.57% from 552); Green value is 127 (50% from 255 or 23.01% from 552); Blue value is 179 (70.31% from 255 or 32.43% from 552); Max value from RGB is 246 - color contains mainly: red. Hex color #F67FB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67FB3 is #09804C. Grayscale: #A8A8A8. Windows color (decimal): -622669 or 11763702. OLE color: 11763702.

HSL color Cylindrical-coordinate representation of color #F67FB3: hue angle of 333.78º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F67FB3 is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB246127179-
CMYK00.480.270.04
HSL333.78º86.86%73.14%-
HSV(B)333.78º48.37%96.47%-
XYZ53.7338.0347.16-
YUV168.51133.92183.27-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.57%
GREEN value IS 127 (50% from 255) = 23.01%
BLUE value IS 179 (70.31% from 255) = 32.43%
R=44.57%
G=23.01%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612717900.480.270.04333.7886.8673.14
HexF67FB30301B414e5749
Octal366177263060334516127111
Binary1111011011111111011001101100001101110010100111010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67FB3; }

 p { color: rgb(246,127,179); }

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

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

 a { background-color: rgb(246,127,179); }

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

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

 span { border-color: rgb(246,127,179); }

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