Html Css Color HEX #F05765 Wild Watermelon

📋 copy color: '#F05765'

red 240 ◦ green 87 ◦ blue 101

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

Shades of Wild Watermelon #F05765

Tints of Wild Watermelon #F05765

RGB

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

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

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

R = 56.07%
G = 20.33%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F05765 (or 0xF05765) is known color: Wild Watermelon. HEX triplet: F0, 57 and 65. RGB value is (240,87,101). Sum of RGB (Red+Green+Blue) = 240+87+101=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 87 (34.38% from 255 or 20.33% from 428); Blue value is 101 (39.84% from 255 or 23.60% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F05765 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05765 is #0FA89A. Grayscale: #868686. Windows color (decimal): -1026203 or 6641648. OLE color: 6641648.

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

Color convert

RGB 240 87 101 -
CMYK 0 0.64 0.58 0.06
HSL 354.51º 0.84% 0.64% -
HSV(B) 354.51º 0.64% 0.94% -
XYZ 41.69 26.28 15.19 -
YUV 134.34 109.19 203.36 -
System Red Green Blue C M Y K H S L
Decimal 240 87 101 0 0.64 0.58 0.06 354.51 0.84 0.64
Hex F0 57 65 0 40 3A 6 163 54 40
Octal 360 127 145 0 100 72 6 543 124 100
Binary 11110000 1010111 1100101 0 1000000 111010 110 101100011 1010100 1000000

Color Harmonies of #F05765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05765

Black with #F05765

Text Example


Text Example

White with #F05765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05765; }

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

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

background-color css

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

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

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

border-color css

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

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

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