Html Css Color HEX #F0575B Wild Watermelon

📋 copy color: '#F0575B'

red 240 ◦ green 87 ◦ blue 91

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

Shades of Wild Watermelon #F0575B

Tints of Wild Watermelon #F0575B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.81%

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

R = 57.42%
G = 20.81%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0575B (or 0xF0575B) is known color: Wild Watermelon. HEX triplet: F0, 57 and 5B. RGB value is (240,87,91). Sum of RGB (Red+Green+Blue) = 240+87+91=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 87 (34.38% from 255 or 20.81% from 418); Blue value is 91 (35.94% from 255 or 21.77% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F0575B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0575B is #0FA8A4. Grayscale: #858585. Windows color (decimal): -1026213 or 5986288. OLE color: 5986288.

HSL color Cylindrical-coordinate representation of color #F0575B: hue angle of 358.43º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F0575B is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 87 91 -
CMYK 0 0.64 0.62 0.06
HSL 358.43º 0.84% 0.64% -
HSV(B) 358.43º 0.64% 0.94% -
XYZ 41.23 26.1 12.76 -
YUV 133.2 104.19 204.17 -
System Red Green Blue C M Y K H S L
Decimal 240 87 91 0 0.64 0.62 0.06 358.43 0.84 0.64
Hex F0 57 5B 0 40 3E 6 166 54 40
Octal 360 127 133 0 100 76 6 546 124 100
Binary 11110000 1010111 1011011 0 1000000 111110 110 101100110 1010100 1000000

Color Harmonies of #F0575B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0575B

Black with #F0575B

Text Example


Text Example

White with #F0575B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0575B; }

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

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

background-color css

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

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

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

border-color css

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

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

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