#F075AF

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

Shades of Persian Pink #F075AF

Tints of Persian Pink #F075AF

Color information

#F075AF (or 0xF075AF) is unknown color: approx Persian Pink. HEX triplet: F0, 75 and AF. RGB value is (240,117,175). Sum of RGB (Red+Green+Blue) = 240+117+175=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 117 (46.09% from 255 or 21.99% from 532); Blue value is 175 (68.75% from 255 or 32.89% from 532); Max value from RGB is 240 - color contains mainly: red. Hex color #F075AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F075AF is #0F8A50. Grayscale: #A0A0A0. Windows color (decimal): -1018449 or 11498992. OLE color: 11498992.

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

Color convert

RGB240117175-
CMYK00.510.270.06
HSL331.71º80.39%70%-
HSV(B)331.71º51.25%94.12%-
XYZ50.0334.3444.55-
YUV160.39136.25184.78-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.11%
GREEN value IS 117 (46.09% from 255) = 21.99%
BLUE value IS 175 (68.75% from 255) = 32.89%
R=45.11%
G=21.99%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011717500.510.270.06331.7180.3970
HexF075AF0331B614c5046
Octal360165257063336514120106
Binary1111000011101011010111101100111101111010100110010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F075AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F075AF; }

 p { color: rgb(240,117,175); }

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

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

 a { background-color: rgb(240,117,175); }

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

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

 span { border-color: rgb(240,117,175); }

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