Html Css Color HEX #F06175 Wild Watermelon

📋 copy color: '#F06175'

red 240 ◦ green 97 ◦ blue 117

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

Shades of Wild Watermelon #F06175

Tints of Wild Watermelon #F06175

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.37%

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

R = 52.86%
G = 21.37%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F06175 (or 0xF06175) is known color: Wild Watermelon. HEX triplet: F0, 61 and 75. RGB value is (240,97,117). Sum of RGB (Red+Green+Blue) = 240+97+117=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 97 (38.28% from 255 or 21.37% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F06175 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06175 is #0F9E8A. Grayscale: #8E8E8E. Windows color (decimal): -1023627 or 7692784. OLE color: 7692784.

HSL color Cylindrical-coordinate representation of color #F06175: hue angle of 351.61º 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 #F06175 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 97 117 -
CMYK 0 0.60 0.51 0.06
HSL 351.61º 0.83% 0.66% -
HSV(B) 351.61º 0.6% 0.94% -
XYZ 43.42 28.36 20.01 -
YUV 142.04 113.88 197.87 -
System Red Green Blue C M Y K H S L
Decimal 240 97 117 0 0.60 0.51 0.06 351.61 0.83 0.66
Hex F0 61 75 0 3C 33 6 160 53 42
Octal 360 141 165 0 74 63 6 540 123 102
Binary 11110000 1100001 1110101 0 111100 110011 110 101100000 1010011 1000010

Color Harmonies of #F06175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06175

Black with #F06175

Text Example


Text Example

White with #F06175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06175; }

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

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

background-color css

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

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

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

border-color css

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

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

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