#F2555B

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

Shades of Wild Watermelon #F2555B

Tints of Wild Watermelon #F2555B

Color information

#F2555B (or 0xF2555B) is unknown color: approx Wild Watermelon. HEX triplet: F2, 55 and 5B. RGB value is (242,85,91). Sum of RGB (Red+Green+Blue) = 242+85+91=418 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.89% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 91 (35.94% from 255 or 21.77% from 418); Max value from RGB is 242 - color contains mainly: red. Hex color #F2555B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2555B is #0DAAA4. Grayscale: #848484. Windows color (decimal): -895653 or 5985778. OLE color: 5985778.

HSL color Cylindrical-coordinate representation of color #F2555B: hue angle of 357.71º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F2555B is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB2428591-
CMYK00.650.620.05
HSL357.71º85.79%64.12%-
HSV(B)357.71º64.88%94.9%-
XYZ41.7526.1312.74-
YUV132.63104.51206.01-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 57.89%
GREEN value IS 85 (33.59% from 255) = 20.33%
BLUE value IS 91 (35.94% from 255) = 21.77%
R=57.89%
G=20.33%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242859100.650.620.05357.7185.7964.12
HexF2555B0413E51665640
Octal3621251330101765546126100
Binary11110010101010110110110100000111111010110110011010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2555B; }

 p { color: rgb(242,85,91); }

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

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

 a { background-color: rgb(242,85,91); }

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

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

 span { border-color: rgb(242,85,91); }

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