#F67CB6

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

Shades of Persian Pink #F67CB6

Tints of Persian Pink #F67CB6

Color information

#F67CB6 (or 0xF67CB6) is unknown color: approx Persian Pink. HEX triplet: F6, 7C and B6. RGB value is (246,124,182). Sum of RGB (Red+Green+Blue) = 246+124+182=552 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.57% from 552); Green value is 124 (48.83% from 255 or 22.46% from 552); Blue value is 182 (71.48% from 255 or 32.97% from 552); Max value from RGB is 246 - color contains mainly: red. Hex color #F67CB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67CB6 is #098349. Grayscale: #A6A6A6. Windows color (decimal): -623434 or 11959542. OLE color: 11959542.

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

Color convert

RGB246124182-
CMYK00.500.260.04
HSL331.48º87.14%72.55%-
HSV(B)331.48º49.59%96.47%-
XYZ53.6637.3948.64-
YUV167.09136.42184.28-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.57%
GREEN value IS 124 (48.83% from 255) = 22.46%
BLUE value IS 182 (71.48% from 255) = 32.97%
R=44.57%
G=22.46%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612418200.500.260.04331.4887.1472.55
HexF67CB60321A414b5749
Octal366174266062324513127111
Binary1111011011111001011011001100101101010010100101110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67CB6; }

 p { color: rgb(246,124,182); }

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

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

 a { background-color: rgb(246,124,182); }

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

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

 span { border-color: rgb(246,124,182); }

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