#F2535A

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

Shades of Wild Watermelon #F2535A

Tints of Wild Watermelon #F2535A

Color information

#F2535A (or 0xF2535A) is unknown color: approx Wild Watermelon. HEX triplet: F2, 53 and 5A. RGB value is (242,83,90). Sum of RGB (Red+Green+Blue) = 242+83+90=415 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.31% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 90 (35.55% from 255 or 21.69% from 415); Max value from RGB is 242 - color contains mainly: red. Hex color #F2535A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2535A is #0DACA5. Grayscale: #838383. Windows color (decimal): -896166 or 5919730. OLE color: 5919730.

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

Color convert

RGB2428390-
CMYK00.660.630.05
HSL357.36º85.95%63.73%-
HSV(B)357.36º65.7%94.9%-
XYZ41.5625.812.46-
YUV131.34104.68206.93-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 58.31%
GREEN value IS 83 (32.81% from 255) = 20%
BLUE value IS 90 (35.55% from 255) = 21.69%
R=58.31%
G=20%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242839000.660.630.05357.3685.9563.73
HexF2535A0423F51655640
Octal3621231320102775545126100
Binary11110010101001110110100100001011111110110110010110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2535A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2535A; }

 p { color: rgb(242,83,90); }

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

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

 a { background-color: rgb(242,83,90); }

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

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

 span { border-color: rgb(242,83,90); }

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