Html Css Color HEX #F0535E Wild Watermelon

📋 copy color: '#F0535E'

red 240 ◦ green 83 ◦ blue 94

#F0535E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Watermelon #F0535E

Tints of Wild Watermelon #F0535E

RGB

 RED value IS 240 (94.14% from 255) = 57.55%

 GREEN value IS 83 (32.81% from 255) = 19.9%

 BLUE value IS 94 (37.11% from 255) = 22.54%

R = 57.55%
G = 19.9%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#F0535E (or 0xF0535E) is known color: Wild Watermelon. HEX triplet: F0, 53 and 5E. RGB value is (240,83,94). Sum of RGB (Red+Green+Blue) = 240+83+94=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 83 (32.81% from 255 or 19.90% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F0535E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0535E is #0FACA1. Grayscale: #838383. Windows color (decimal): -1027234 or 6181872. OLE color: 6181872.

HSL color Cylindrical-coordinate representation of color #F0535E: hue angle of 355.8º 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 #F0535E is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 83 94 -
CMYK 0 0.65 0.61 0.06
HSL 355.8º 0.84% 0.63% -
HSV(B) 355.8º 0.65% 0.94% -
XYZ 41.05 25.52 13.35 -
YUV 131.2 107.01 205.61 -
System Red Green Blue C M Y K H S L
Decimal 240 83 94 0 0.65 0.61 0.06 355.8 0.84 0.63
Hex F0 53 5E 0 41 3D 6 164 54 3F
Octal 360 123 136 0 101 75 6 544 124 77
Binary 11110000 1010011 1011110 0 1000001 111101 110 101100100 1010100 111111

Color Harmonies of #F0535E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0535E

Black with #F0535E

Text Example


Text Example

White with #F0535E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0535E; }

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

 H1.HeaderClassName
 {
   color: #F0535E;
 }
 .AnyTagClassName
 {
   color: #F0535E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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