Html Css Color HEX #F06073 Wild Watermelon

📋 copy color: '#F06073'

red 240 ◦ green 96 ◦ blue 115

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

Shades of Wild Watermelon #F06073

Tints of Wild Watermelon #F06073

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.29%

 BLUE value IS 115 (45.31% from 255) = 25.5%

R = 53.22%
G = 21.29%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F06073 (or 0xF06073) is known color: Wild Watermelon. HEX triplet: F0, 60 and 73. RGB value is (240,96,115). Sum of RGB (Red+Green+Blue) = 240+96+115=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 115 (45.31% from 255 or 25.50% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F06073 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06073 is #0F9F8C. Grayscale: #8D8D8D. Windows color (decimal): -1023885 or 7561456. OLE color: 7561456.

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

Color convert

RGB 240 96 115 -
CMYK 0 0.6 0.52 0.06
HSL 352.08º 0.83% 0.66% -
HSV(B) 352.08º 0.6% 0.94% -
XYZ 43.21 28.13 19.37 -
YUV 141.22 113.21 198.46 -
System Red Green Blue C M Y K H S L
Decimal 240 96 115 0 0.6 0.52 0.06 352.08 0.83 0.66
Hex F0 60 73 0 3C 34 6 160 53 42
Octal 360 140 163 0 74 64 6 540 123 102
Binary 11110000 1100000 1110011 0 111100 110100 110 101100000 1010011 1000010

Color Harmonies of #F06073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06073

Black with #F06073

Text Example


Text Example

White with #F06073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06073; }

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

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

background-color css

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

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

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

border-color css

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

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

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