#F2575E

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

Shades of Wild Watermelon #F2575E

Tints of Wild Watermelon #F2575E

Color information

#F2575E (or 0xF2575E) is unknown color: approx Wild Watermelon. HEX triplet: F2, 57 and 5E. RGB value is (242,87,94). Sum of RGB (Red+Green+Blue) = 242+87+94=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 87 (34.38% from 255 or 20.57% from 423); Blue value is 94 (37.11% from 255 or 22.22% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F2575E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2575E is #0DA8A1. Grayscale: #868686. Windows color (decimal): -895138 or 6182898. OLE color: 6182898.

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

Color convert

RGB2428794-
CMYK00.640.610.05
HSL357.29º85.64%64.51%-
HSV(B)357.29º64.05%94.9%-
XYZ42.0526.513.49-
YUV134.14105.35204.93-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 57.21%
GREEN value IS 87 (34.38% from 255) = 20.57%
BLUE value IS 94 (37.11% from 255) = 22.22%
R=57.21%
G=20.57%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242879400.640.610.05357.2985.6464.51
HexF2575E0403D51655641
Octal3621271360100755545126101
Binary11110010101011110111100100000011110110110110010110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2575E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2575E; }

 p { color: rgb(242,87,94); }

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

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

 a { background-color: rgb(242,87,94); }

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

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

 span { border-color: rgb(242,87,94); }

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