#F07EC1

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

Shades of Persian Pink #F07EC1

Tints of Persian Pink #F07EC1

Color information

#F07EC1 (or 0xF07EC1) is unknown color: approx Persian Pink. HEX triplet: F0, 7E and C1. RGB value is (240,126,193). Sum of RGB (Red+Green+Blue) = 240+126+193=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 126 (49.61% from 255 or 22.54% from 559); Blue value is 193 (75.78% from 255 or 34.53% from 559); Max value from RGB is 240 - color contains mainly: red. Hex color #F07EC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07EC1 is #0F813E. Grayscale: #A7A7A7. Windows color (decimal): -1016127 or 12680944. OLE color: 12680944.

HSL color Cylindrical-coordinate representation of color #F07EC1: hue angle of 324.74º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F07EC1 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB240126193-
CMYK00.480.200.06
HSL324.74º79.17%71.76%-
HSV(B)324.74º47.5%94.12%-
XYZ53.0237.354.86-
YUV167.72142.27179.55-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.93%
GREEN value IS 126 (49.61% from 255) = 22.54%
BLUE value IS 193 (75.78% from 255) = 34.53%
R=42.93%
G=22.54%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012619300.480.200.06324.7479.1771.76
HexF07EC10301461454f48
Octal360176301060246505117110
Binary1111000011111101100000101100001010011010100010110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07EC1; }

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

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

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

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

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

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

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

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