Html Css Color HEX #F05460 Wild Watermelon

📋 copy color: '#F05460'

red 240 ◦ green 84 ◦ blue 96

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

Shades of Wild Watermelon #F05460

Tints of Wild Watermelon #F05460

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20%

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

R = 57.14%
G = 20%
B = 22.86%

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

#F05460 (or 0xF05460) is known color: Wild Watermelon. HEX triplet: F0, 54 and 60. RGB value is (240,84,96). Sum of RGB (Red+Green+Blue) = 240+84+96=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 84 (33.20% from 255 or 20% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F05460 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05460 is #0FAB9F. Grayscale: #848484. Windows color (decimal): -1026976 or 6313200. OLE color: 6313200.

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

Color convert

RGB 240 84 96 -
CMYK 0 0.65 0.6 0.06
HSL 355.38º 0.84% 0.64% -
HSV(B) 355.38º 0.65% 0.94% -
XYZ 41.22 25.71 13.86 -
YUV 132.01 107.68 205.02 -
System Red Green Blue C M Y K H S L
Decimal 240 84 96 0 0.65 0.6 0.06 355.38 0.84 0.64
Hex F0 54 60 0 41 3C 6 163 54 40
Octal 360 124 140 0 101 74 6 543 124 100
Binary 11110000 1010100 1100000 0 1000001 111100 110 101100011 1010100 1000000

Color Harmonies of #F05460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05460

Black with #F05460

Text Example


Text Example

White with #F05460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05460; }

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

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

background-color css

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

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

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

border-color css

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

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

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