#F67EC1

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

Shades of Persian Pink #F67EC1

Tints of Persian Pink #F67EC1

Color information

#F67EC1 (or 0xF67EC1) is unknown color: approx Persian Pink. HEX triplet: F6, 7E and C1. RGB value is (246,126,193). Sum of RGB (Red+Green+Blue) = 246+126+193=565 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.54% from 565); Green value is 126 (49.61% from 255 or 22.30% from 565); Blue value is 193 (75.78% from 255 or 34.16% from 565); Max value from RGB is 246 - color contains mainly: red. Hex color #F67EC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67EC1 is #09813E. Grayscale: #A9A9A9. Windows color (decimal): -622911 or 12680950. OLE color: 12680950.

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

Color convert

RGB246126193-
CMYK00.490.220.04
HSL326.5º86.96%72.94%-
HSV(B)326.5º48.78%96.47%-
XYZ55.0938.3654.95-
YUV169.52141.26182.55-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.54%
GREEN value IS 126 (49.61% from 255) = 22.30%
BLUE value IS 193 (75.78% from 255) = 34.16%
R=43.54%
G=22.30%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612619300.490.220.04326.586.9672.94
HexF67EC10311641465749
Octal366176301061264506127111
Binary1111011011111101100000101100011011010010100011010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67EC1; }

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

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

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

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

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

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

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

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