Html Css Color HEX #F06275 Wild Watermelon

📋 copy color: '#F06275'

red 240 ◦ green 98 ◦ blue 117

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

Shades of Wild Watermelon #F06275

Tints of Wild Watermelon #F06275

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.54%

 BLUE value IS 117 (46.09% from 255) = 25.71%

R = 52.75%
G = 21.54%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F06275 (or 0xF06275) is known color: Wild Watermelon. HEX triplet: F0, 62 and 75. RGB value is (240,98,117). Sum of RGB (Red+Green+Blue) = 240+98+117=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 98 (38.67% from 255 or 21.54% from 455); Blue value is 117 (46.09% from 255 or 25.71% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F06275 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06275 is #0F9D8A. Grayscale: #8E8E8E. Windows color (decimal): -1023371 or 7693040. OLE color: 7693040.

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

Color convert

RGB 240 98 117 -
CMYK 0 0.59 0.51 0.06
HSL 351.97º 0.83% 0.66% -
HSV(B) 351.97º 0.59% 0.94% -
XYZ 43.51 28.54 20.05 -
YUV 142.62 113.54 197.46 -
System Red Green Blue C M Y K H S L
Decimal 240 98 117 0 0.59 0.51 0.06 351.97 0.83 0.66
Hex F0 62 75 0 3B 33 6 160 53 42
Octal 360 142 165 0 73 63 6 540 123 102
Binary 11110000 1100010 1110101 0 111011 110011 110 101100000 1010011 1000010

Color Harmonies of #F06275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06275

Black with #F06275

Text Example


Text Example

White with #F06275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06275; }

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

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

background-color css

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

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

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

border-color css

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

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

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