Html Css Color HEX #F05565 Wild Watermelon

📋 copy color: '#F05565'

red 240 ◦ green 85 ◦ blue 101

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

Shades of Wild Watermelon #F05565

Tints of Wild Watermelon #F05565

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.95%

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

R = 56.34%
G = 19.95%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F05565 (or 0xF05565) is known color: Wild Watermelon. HEX triplet: F0, 55 and 65. RGB value is (240,85,101). Sum of RGB (Red+Green+Blue) = 240+85+101=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 101 (39.84% from 255 or 23.71% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F05565 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05565 is #0FAA9A. Grayscale: #858585. Windows color (decimal): -1026715 or 6641136. OLE color: 6641136.

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

Color convert

RGB 240 85 101 -
CMYK 0 0.65 0.58 0.06
HSL 353.81º 0.84% 0.64% -
HSV(B) 353.81º 0.65% 0.94% -
XYZ 41.53 25.96 15.13 -
YUV 133.17 109.85 204.2 -
System Red Green Blue C M Y K H S L
Decimal 240 85 101 0 0.65 0.58 0.06 353.81 0.84 0.64
Hex F0 55 65 0 41 3A 6 162 54 40
Octal 360 125 145 0 101 72 6 542 124 100
Binary 11110000 1010101 1100101 0 1000001 111010 110 101100010 1010100 1000000

Color Harmonies of #F05565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05565

Black with #F05565

Text Example


Text Example

White with #F05565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05565; }

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

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

background-color css

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

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

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

border-color css

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

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

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