Html Css Color HEX #F05361 Wild Watermelon

📋 copy color: '#F05361'

red 240 ◦ green 83 ◦ blue 97

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

Shades of Wild Watermelon #F05361

Tints of Wild Watermelon #F05361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.1%

R = 57.14%
G = 19.76%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#F05361 (or 0xF05361) is known color: Wild Watermelon. HEX triplet: F0, 53 and 61. RGB value is (240,83,97). Sum of RGB (Red+Green+Blue) = 240+83+97=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 97 (38.28% from 255 or 23.10% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F05361 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05361 is #0FAC9E. Grayscale: #838383. Windows color (decimal): -1027231 or 6378480. OLE color: 6378480.

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

Color convert

RGB 240 83 97 -
CMYK 0 0.65 0.60 0.06
HSL 354.65º 0.84% 0.63% -
HSV(B) 354.65º 0.65% 0.94% -
XYZ 41.19 25.57 14.07 -
YUV 131.54 108.51 205.36 -
System Red Green Blue C M Y K H S L
Decimal 240 83 97 0 0.65 0.60 0.06 354.65 0.84 0.63
Hex F0 53 61 0 41 3C 6 163 54 3F
Octal 360 123 141 0 101 74 6 543 124 77
Binary 11110000 1010011 1100001 0 1000001 111100 110 101100011 1010100 111111

Color Harmonies of #F05361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05361

Black with #F05361

Text Example


Text Example

White with #F05361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05361; }

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

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

background-color css

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

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

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

border-color css

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

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

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