Html Css Color HEX #F05062 Wild Watermelon

📋 copy color: '#F05062'

red 240 ◦ green 80 ◦ blue 98

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

Shades of Wild Watermelon #F05062

Tints of Wild Watermelon #F05062

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.14%

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

R = 57.42%
G = 19.14%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F05062 (or 0xF05062) is known color: Wild Watermelon. HEX triplet: F0, 50 and 62. RGB value is (240,80,98). Sum of RGB (Red+Green+Blue) = 240+80+98=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 98 (38.67% from 255 or 23.44% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F05062 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05062 is #0FAF9D. Grayscale: #818181. Windows color (decimal): -1027998 or 6443248. OLE color: 6443248.

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

Color convert

RGB 240 80 98 -
CMYK 0 0.67 0.59 0.06
HSL 353.25º 0.84% 0.63% -
HSV(B) 353.25º 0.67% 0.94% -
XYZ 41.01 25.14 14.25 -
YUV 129.89 110.01 206.54 -
System Red Green Blue C M Y K H S L
Decimal 240 80 98 0 0.67 0.59 0.06 353.25 0.84 0.63
Hex F0 50 62 0 43 3B 6 161 54 3F
Octal 360 120 142 0 103 73 6 541 124 77
Binary 11110000 1010000 1100010 0 1000011 111011 110 101100001 1010100 111111

Color Harmonies of #F05062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05062

Black with #F05062

Text Example


Text Example

White with #F05062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05062; }

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

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

background-color css

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

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

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

border-color css

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

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

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