#F07CB3

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

Shades of Persian Pink #F07CB3

Tints of Persian Pink #F07CB3

Color information

#F07CB3 (or 0xF07CB3) is unknown color: approx Persian Pink. HEX triplet: F0, 7C and B3. RGB value is (240,124,179). Sum of RGB (Red+Green+Blue) = 240+124+179=543 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.20% from 543); Green value is 124 (48.83% from 255 or 22.84% from 543); Blue value is 179 (70.31% from 255 or 32.97% from 543); Max value from RGB is 240 - color contains mainly: red. Hex color #F07CB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07CB3 is #0F834C. Grayscale: #A4A4A4. Windows color (decimal): -1016653 or 11762928. OLE color: 11762928.

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

Color convert

RGB240124179-
CMYK00.480.250.06
HSL331.55º79.45%71.37%-
HSV(B)331.55º48.33%94.12%-
XYZ51.2836.246.93-
YUV164.95135.93181.53-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.20%
GREEN value IS 124 (48.83% from 255) = 22.84%
BLUE value IS 179 (70.31% from 255) = 32.97%
R=44.20%
G=22.84%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012417900.480.250.06331.5579.4571.37
HexF07CB303019614c4f47
Octal360174263060316514117107
Binary1111000011111001011001101100001100111010100110010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07CB3; }

 p { color: rgb(240,124,179); }

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

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

 a { background-color: rgb(240,124,179); }

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

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

 span { border-color: rgb(240,124,179); }

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