#F67EBE

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

Shades of Persian Pink #F67EBE

Tints of Persian Pink #F67EBE

Color information

#F67EBE (or 0xF67EBE) is unknown color: approx Persian Pink. HEX triplet: F6, 7E and BE. RGB value is (246,126,190). Sum of RGB (Red+Green+Blue) = 246+126+190=562 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.77% from 562); Green value is 126 (49.61% from 255 or 22.42% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 246 - color contains mainly: red. Hex color #F67EBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67EBE is #098141. Grayscale: #A9A9A9. Windows color (decimal): -622914 or 12484342. OLE color: 12484342.

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

Color convert

RGB246126190-
CMYK00.490.230.04
HSL328º86.96%72.94%-
HSV(B)328º48.78%96.47%-
XYZ54.7638.2353.21-
YUV169.18139.76182.8-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.77%
GREEN value IS 126 (49.61% from 255) = 22.42%
BLUE value IS 190 (74.61% from 255) = 33.81%
R=43.77%
G=22.42%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612619000.490.230.0432886.9672.94
HexF67EBE0311741485749
Octal366176276061274510127111
Binary1111011011111101011111001100011011110010100100010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67EBE; }

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

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

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

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

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

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

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

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