Html Css Color HEX #F05360 Wild Watermelon

📋 copy color: '#F05360'

red 240 ◦ green 83 ◦ blue 96

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

Shades of Wild Watermelon #F05360

Tints of Wild Watermelon #F05360

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.81%

 BLUE value IS 96 (37.89% from 255) = 22.91%

R = 57.28%
G = 19.81%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.6

 K value IS 0.06

RGB Variations

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

Color information

#F05360 (or 0xF05360) is known color: Wild Watermelon. HEX triplet: F0, 53 and 60. RGB value is (240,83,96). Sum of RGB (Red+Green+Blue) = 240+83+96=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F05360 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05360 is #0FAC9F. Grayscale: #838383. Windows color (decimal): -1027232 or 6312944. OLE color: 6312944.

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

Color convert

RGB 240 83 96 -
CMYK 0 0.65 0.6 0.06
HSL 355.03º 0.84% 0.63% -
HSV(B) 355.03º 0.65% 0.94% -
XYZ 41.14 25.56 13.83 -
YUV 131.43 108.01 205.44 -
System Red Green Blue C M Y K H S L
Decimal 240 83 96 0 0.65 0.6 0.06 355.03 0.84 0.63
Hex F0 53 60 0 41 3C 6 163 54 3F
Octal 360 123 140 0 101 74 6 543 124 77
Binary 11110000 1010011 1100000 0 1000001 111100 110 101100011 1010100 111111

Color Harmonies of #F05360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05360

Black with #F05360

Text Example


Text Example

White with #F05360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05360; }

 p { color: rgb(240,83,96); }

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

background-color css

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

 a { background-color: rgb(240,83,96); }

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

border-color css

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

 span { border-color: rgb(240,83,96); }

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