Html Css Color HEX #F0535B Wild Watermelon

📋 copy color: '#F0535B'

red 240 ◦ green 83 ◦ blue 91

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

Shades of Wild Watermelon #F0535B

Tints of Wild Watermelon #F0535B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.98%

R = 57.97%
G = 20.05%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0535B (or 0xF0535B) is known color: Wild Watermelon. HEX triplet: F0, 53 and 5B. RGB value is (240,83,91). Sum of RGB (Red+Green+Blue) = 240+83+91=414 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.97% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 91 (35.94% from 255 or 21.98% from 414); Max value from RGB is 240 - color contains mainly: red. Hex color #F0535B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0535B is #0FACA4. Grayscale: #828282. Windows color (decimal): -1027237 or 5985264. OLE color: 5985264.

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

Color convert

RGB 240 83 91 -
CMYK 0 0.65 0.62 0.06
HSL 356.94º 0.84% 0.63% -
HSV(B) 356.94º 0.65% 0.94% -
XYZ 40.92 25.47 12.66 -
YUV 130.86 105.51 205.85 -
System Red Green Blue C M Y K H S L
Decimal 240 83 91 0 0.65 0.62 0.06 356.94 0.84 0.63
Hex F0 53 5B 0 41 3E 6 165 54 3F
Octal 360 123 133 0 101 76 6 545 124 77
Binary 11110000 1010011 1011011 0 1000001 111110 110 101100101 1010100 111111

Color Harmonies of #F0535B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0535B

Black with #F0535B

Text Example


Text Example

White with #F0535B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0535B; }

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

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

background-color css

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

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

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

border-color css

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

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

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