#F937AE

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

Shades of Persian Rose #F937AE

Tints of Persian Rose #F937AE

Color information

#F937AE (or 0xF937AE) is unknown color: approx Persian Rose. HEX triplet: F9, 37 and AE. RGB value is (249,55,174). Sum of RGB (Red+Green+Blue) = 249+55+174=478 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.09% from 478); Green value is 55 (21.88% from 255 or 11.51% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 249 - color contains mainly: red. Hex color #F937AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F937AE is #06C851. Grayscale: #7E7E7E. Windows color (decimal): -444498 or 11417593. OLE color: 11417593.

HSL color Cylindrical-coordinate representation of color #F937AE: hue angle of 323.2º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F937AE is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB24955174-
CMYK00.780.300.02
HSL323.2º94.17%59.61%-
HSV(B)323.2º77.91%97.65%-
XYZ48.0725.9342.52-
YUV126.57154.77215.32-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 52.09%
GREEN value IS 55 (21.88% from 255) = 11.51%
BLUE value IS 174 (68.36% from 255) = 36.40%
R=52.09%
G=11.51%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2495517400.780.300.02323.294.1759.61
HexF937AE04E1E21435e3c
Octal37167256011636250313674
Binary11111001110111101011100100111011110101010000111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F937AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F937AE; }

 p { color: rgb(249,55,174); }

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

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

 a { background-color: rgb(249,55,174); }

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

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

 span { border-color: rgb(249,55,174); }

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