#F03BAE

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

Shades of Persian Rose #F03BAE

Tints of Persian Rose #F03BAE

Color information

#F03BAE (or 0xF03BAE) is unknown color: approx Persian Rose. HEX triplet: F0, 3B and AE. RGB value is (240,59,174). Sum of RGB (Red+Green+Blue) = 240+59+174=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 59 (23.44% from 255 or 12.47% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F03BAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03BAE is #0FC451. Grayscale: #7D7D7D. Windows color (decimal): -1033298 or 11418608. OLE color: 11418608.

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

Color convert

RGB24059174-
CMYK00.750.280.06
HSL321.88º85.78%58.63%-
HSV(B)321.88º75.42%94.12%-
XYZ45.1424.7142.43-
YUV126.23154.97209.15-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.74%
GREEN value IS 59 (23.44% from 255) = 12.47%
BLUE value IS 174 (68.36% from 255) = 36.79%
R=50.74%
G=12.47%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2405917400.750.280.06321.8885.7858.63
HexF03BAE04B1C6142563b
Octal36073256011334650212673
Binary111100001110111010111001001011111001101010000101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F03BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F03BAE; }

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

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

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

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

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

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

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

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