#F07BAE

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

Shades of Persian Pink #F07BAE

Tints of Persian Pink #F07BAE

Color information

#F07BAE (or 0xF07BAE) is unknown color: approx Persian Pink. HEX triplet: F0, 7B and AE. RGB value is (240,123,174). Sum of RGB (Red+Green+Blue) = 240+123+174=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 123 (48.44% from 255 or 22.91% from 537); Blue value is 174 (68.36% from 255 or 32.40% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F07BAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07BAE is #0F8451. Grayscale: #A3A3A3. Windows color (decimal): -1016914 or 11434992. OLE color: 11434992.

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

Color convert

RGB240123174-
CMYK00.490.280.06
HSL333.85º79.59%71.18%-
HSV(B)333.85º48.75%94.12%-
XYZ50.6635.7544.27-
YUV163.8133.76182.35-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.69%
GREEN value IS 123 (48.44% from 255) = 22.91%
BLUE value IS 174 (68.36% from 255) = 32.40%
R=44.69%
G=22.91%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012317400.490.280.06333.8579.5971.18
HexF07BAE0311C614e5047
Octal360173256061346516120107
Binary1111000011110111010111001100011110011010100111010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07BAE; }

 p { color: rgb(240,123,174); }

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

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

 a { background-color: rgb(240,123,174); }

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

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

 span { border-color: rgb(240,123,174); }

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