Html Css Color HEX #F05362 Wild Watermelon

📋 copy color: '#F05362'

red 240 ◦ green 83 ◦ blue 98

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

Shades of Wild Watermelon #F05362

Tints of Wild Watermelon #F05362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.28%

R = 57.01%
G = 19.71%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F05362 (or 0xF05362) is known color: Wild Watermelon. HEX triplet: F0, 53 and 62. RGB value is (240,83,98). Sum of RGB (Red+Green+Blue) = 240+83+98=421 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.01% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 98 (38.67% from 255 or 23.28% from 421); Max value from RGB is 240 - color contains mainly: red. Hex color #F05362 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05362 is #0FAC9D. Grayscale: #838383. Windows color (decimal): -1027230 or 6444016. OLE color: 6444016.

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

Color convert

RGB 240 83 98 -
CMYK 0 0.65 0.59 0.06
HSL 354.27º 0.84% 0.63% -
HSV(B) 354.27º 0.65% 0.94% -
XYZ 41.23 25.59 14.32 -
YUV 131.65 109.01 205.28 -
System Red Green Blue C M Y K H S L
Decimal 240 83 98 0 0.65 0.59 0.06 354.27 0.84 0.63
Hex F0 53 62 0 41 3B 6 162 54 3F
Octal 360 123 142 0 101 73 6 542 124 77
Binary 11110000 1010011 1100010 0 1000001 111011 110 101100010 1010100 111111

Color Harmonies of #F05362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05362

Black with #F05362

Text Example


Text Example

White with #F05362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05362; }

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

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

background-color css

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

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

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

border-color css

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

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

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