Html Css Color HEX #F0486A Wild Watermelon

📋 copy color: '#F0486A'

red 240 ◦ green 72 ◦ blue 106

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

Shades of Wild Watermelon #F0486A

Tints of Wild Watermelon #F0486A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.22%

 BLUE value IS 106 (41.8% from 255) = 25.36%

R = 57.42%
G = 17.22%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F0486A (or 0xF0486A) is known color: Wild Watermelon. HEX triplet: F0, 48 and 6A. RGB value is (240,72,106). Sum of RGB (Red+Green+Blue) = 240+72+106=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 72 (28.52% from 255 or 17.22% from 418); Blue value is 106 (41.80% from 255 or 25.36% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F0486A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0486A is #0FB795. Grayscale: #7E7E7E. Windows color (decimal): -1030038 or 6965488. OLE color: 6965488.

HSL color Cylindrical-coordinate representation of color #F0486A: hue angle of 347.86º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0486A is Cyan = 0, Magento = 0.7, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 72 106 -
CMYK 0 0.7 0.56 0.06
HSL 347.86º 0.85% 0.61% -
HSV(B) 347.86º 0.7% 0.94% -
XYZ 40.85 24.2 16.15 -
YUV 126.11 116.66 209.24 -
System Red Green Blue C M Y K H S L
Decimal 240 72 106 0 0.7 0.56 0.06 347.86 0.85 0.61
Hex F0 48 6A 0 46 38 6 15C 55 3D
Octal 360 110 152 0 106 70 6 534 125 75
Binary 11110000 1001000 1101010 0 1000110 111000 110 101011100 1010101 111101

Color Harmonies of #F0486A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0486A

Black with #F0486A

Text Example


Text Example

White with #F0486A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0486A; }

 p { color: rgb(240,72,106); }

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

background-color css

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

 a { background-color: rgb(240,72,106); }

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

border-color css

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

 span { border-color: rgb(240,72,106); }

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