#F035AE

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

Shades of Persian Rose #F035AE

Tints of Persian Rose #F035AE

Color information

#F035AE (or 0xF035AE) is unknown color: approx Persian Rose. HEX triplet: F0, 35 and AE. RGB value is (240,53,174). Sum of RGB (Red+Green+Blue) = 240+53+174=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 53 (21.09% from 255 or 11.35% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F035AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F035AE is #0FCA51. Grayscale: #7A7A7A. Windows color (decimal): -1034834 or 11417072. OLE color: 11417072.

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

Color convert

RGB24053174-
CMYK00.780.280.06
HSL321.18º86.18%57.45%-
HSV(B)321.18º77.92%94.12%-
XYZ44.8524.1342.34-
YUV122.71156.95211.66-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.39%
GREEN value IS 53 (21.09% from 255) = 11.35%
BLUE value IS 174 (68.36% from 255) = 37.26%
R=51.39%
G=11.35%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2405317400.780.280.06321.1886.1857.45
HexF035AE04E1C61415639
Octal36065256011634650112671
Binary111100001101011010111001001110111001101010000011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F035AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F035AE; }

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

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

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

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

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

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

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

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