Html Css Color HEX #F05965 Wild Watermelon

📋 copy color: '#F05965'

red 240 ◦ green 89 ◦ blue 101

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

Shades of Wild Watermelon #F05965

Tints of Wild Watermelon #F05965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.49%

R = 55.81%
G = 20.7%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F05965 (or 0xF05965) is known color: Wild Watermelon. HEX triplet: F0, 59 and 65. RGB value is (240,89,101). Sum of RGB (Red+Green+Blue) = 240+89+101=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F05965 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05965 is #0FA69A. Grayscale: #878787. Windows color (decimal): -1025691 or 6642160. OLE color: 6642160.

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

Color convert

RGB 240 89 101 -
CMYK 0 0.63 0.58 0.06
HSL 355.23º 0.83% 0.65% -
HSV(B) 355.23º 0.63% 0.94% -
XYZ 41.86 26.61 15.24 -
YUV 135.52 108.53 202.52 -
System Red Green Blue C M Y K H S L
Decimal 240 89 101 0 0.63 0.58 0.06 355.23 0.83 0.65
Hex F0 59 65 0 3F 3A 6 163 53 41
Octal 360 131 145 0 77 72 6 543 123 101
Binary 11110000 1011001 1100101 0 111111 111010 110 101100011 1010011 1000001

Color Harmonies of #F05965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05965

Black with #F05965

Text Example


Text Example

White with #F05965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05965; }

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

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

background-color css

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

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

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

border-color css

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

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

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