#F02760

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

Shades of Cerise #F02760

Tints of Cerise #F02760

Color information

#F02760 (or 0xF02760) is unknown color: approx Cerise. HEX triplet: F0, 27 and 60. RGB value is (240,39,96). Sum of RGB (Red+Green+Blue) = 240+39+96=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 39 (15.62% from 255 or 10.4% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F02760 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02760 is #0FD89F. Grayscale: #696969. Windows color (decimal): -1038496 or 6301680. OLE color: 6301680.

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

Color convert

RGB2403996-
CMYK00.840.60.06
HSL342.99º87.01%54.71%-
HSV(B)342.99º83.75%94.12%-
XYZ38.7720.8213.04-
YUV105.6122.59223.87-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 64%
GREEN value IS 39 (15.62% from 255) = 10.4%
BLUE value IS 96 (37.89% from 255) = 25.6%
R=64%
G=10.4%
B=25.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.6
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240399600.840.60.06342.9987.0154.71
HexF027600543C61575737
Octal36047140012474652712767
Binary111100001001111100000010101001111001101010101111010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F02760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F02760; }

 p { color: rgb(240,39,96); }

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

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

 a { background-color: rgb(240,39,96); }

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

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

 span { border-color: rgb(240,39,96); }

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