#F05393

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

Shades of French Rose #F05393

Tints of French Rose #F05393

Color information

#F05393 (or 0xF05393) is unknown color: approx French Rose. HEX triplet: F0, 53 and 93. RGB value is (240,83,147). Sum of RGB (Red+Green+Blue) = 240+83+147=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 83 (32.81% from 255 or 17.66% from 470); Blue value is 147 (57.81% from 255 or 31.28% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F05393 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05393 is #0FAC6C. Grayscale: #898989. Windows color (decimal): -1027181 or 9655280. OLE color: 9655280.

HSL color Cylindrical-coordinate representation of color #F05393: hue angle of 335.54º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F05393 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB24083147-
CMYK00.650.390.06
HSL335.54º83.96%63.33%-
HSV(B)335.54º65.42%94.12%-
XYZ44.2926.8230.45-
YUV137.24133.51201.3-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.06%
GREEN value IS 83 (32.81% from 255) = 17.66%
BLUE value IS 147 (57.81% from 255) = 31.28%
R=51.06%
G=17.66%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408314700.650.390.06335.5483.9663.33
HexF05393041276150543f
Octal360123223010147652012477
Binary11110000101001110010011010000011001111101010100001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05393; }

 p { color: rgb(240,83,147); }

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

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

 a { background-color: rgb(240,83,147); }

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

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

 span { border-color: rgb(240,83,147); }

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