Html Css Color HEX #F05975 Wild Watermelon

📋 copy color: '#F05975'

red 240 ◦ green 89 ◦ blue 117

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

Shades of Wild Watermelon #F05975

Tints of Wild Watermelon #F05975

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.96%

 BLUE value IS 117 (46.09% from 255) = 26.23%

R = 53.81%
G = 19.96%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F05975 (or 0xF05975) is known color: Wild Watermelon. HEX triplet: F0, 59 and 75. RGB value is (240,89,117). Sum of RGB (Red+Green+Blue) = 240+89+117=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 89 (35.16% from 255 or 19.96% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F05975 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05975 is #0FA68A. Grayscale: #898989. Windows color (decimal): -1025675 or 7690736. OLE color: 7690736.

HSL color Cylindrical-coordinate representation of color #F05975: hue angle of 348.87º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F05975 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 89 117 -
CMYK 0 0.63 0.51 0.06
HSL 348.87º 0.83% 0.65% -
HSV(B) 348.87º 0.63% 0.94% -
XYZ 42.72 26.95 19.78 -
YUV 137.34 116.53 201.22 -
System Red Green Blue C M Y K H S L
Decimal 240 89 117 0 0.63 0.51 0.06 348.87 0.83 0.65
Hex F0 59 75 0 3F 33 6 15D 53 41
Octal 360 131 165 0 77 63 6 535 123 101
Binary 11110000 1011001 1110101 0 111111 110011 110 101011101 1010011 1000001

Color Harmonies of #F05975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05975

Black with #F05975

Text Example


Text Example

White with #F05975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05975; }

 p { color: rgb(240,89,117); }

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

background-color css

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

 a { background-color: rgb(240,89,117); }

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

border-color css

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

 span { border-color: rgb(240,89,117); }

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