Html Css Color HEX #F75E60 Wild Watermelon

📋 copy color: '#F75E60'

red 247 ◦ green 94 ◦ blue 96

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

Shades of Wild Watermelon #F75E60

Tints of Wild Watermelon #F75E60

RGB

 RED value IS 247 (96.88% from 255) = 56.52%

 GREEN value IS 94 (37.11% from 255) = 21.51%

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

R = 56.52%
G = 21.51%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#F75E60 (or 0xF75E60) is known color: Wild Watermelon. HEX triplet: F7, 5E and 60. RGB value is (247,94,96). Sum of RGB (Red+Green+Blue) = 247+94+96=437 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.52% from 437); Green value is 94 (37.11% from 255 or 21.51% from 437); Blue value is 96 (37.89% from 255 or 21.97% from 437); Max value from RGB is 247 - color contains mainly: red. Hex color #F75E60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F75E60 is #08A19F. Grayscale: #8C8C8C. Windows color (decimal): -565664 or 6315767. OLE color: 6315767.

HSL color Cylindrical-coordinate representation of color #F75E60: hue angle of 359.22º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F75E60 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 94 96 -
CMYK 0 0.62 0.61 0.03
HSL 359.22º 0.91% 0.67% -
HSV(B) 359.22º 0.62% 0.97% -
XYZ 44.47 28.62 14.25 -
YUV 139.98 103.19 204.34 -
System Red Green Blue C M Y K H S L
Decimal 247 94 96 0 0.62 0.61 0.03 359.22 0.91 0.67
Hex F7 5E 60 0 3E 3D 3 167 5B 43
Octal 367 136 140 0 76 75 3 547 133 103
Binary 11110111 1011110 1100000 0 111110 111101 11 101100111 1011011 1000011

Color Harmonies of #F75E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75E60

Black with #F75E60

Text Example


Text Example

White with #F75E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75E60; }

 p { color: rgb(247,94,96); }

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

background-color css

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

 a { background-color: rgb(247,94,96); }

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

border-color css

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

 span { border-color: rgb(247,94,96); }

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