Html Css Color HEX #F76468 Wild Watermelon

📋 copy color: '#F76468'

red 247 ◦ green 100 ◦ blue 104

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

Shades of Wild Watermelon #F76468

Tints of Wild Watermelon #F76468

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.17%

 BLUE value IS 104 (41.02% from 255) = 23.06%

R = 54.77%
G = 22.17%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F76468 (or 0xF76468) is known color: Wild Watermelon. HEX triplet: F7, 64 and 68. RGB value is (247,100,104). Sum of RGB (Red+Green+Blue) = 247+100+104=451 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.77% from 451); Green value is 100 (39.45% from 255 or 22.17% from 451); Blue value is 104 (41.02% from 255 or 23.06% from 451); Max value from RGB is 247 - color contains mainly: red. Hex color #F76468 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76468 is #089B97. Grayscale: #909090. Windows color (decimal): -564120 or 6841591. OLE color: 6841591.

HSL color Cylindrical-coordinate representation of color #F76468: hue angle of 358.37º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F76468 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 100 104 -
CMYK 0 0.60 0.58 0.03
HSL 358.37º 0.9% 0.68% -
HSV(B) 358.37º 0.6% 0.97% -
XYZ 45.41 29.89 16.47 -
YUV 144.41 105.2 201.17 -
System Red Green Blue C M Y K H S L
Decimal 247 100 104 0 0.60 0.58 0.03 358.37 0.9 0.68
Hex F7 64 68 0 3C 3A 3 166 5A 44
Octal 367 144 150 0 74 72 3 546 132 104
Binary 11110111 1100100 1101000 0 111100 111010 11 101100110 1011010 1000100

Color Harmonies of #F76468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76468

Black with #F76468

Text Example


Text Example

White with #F76468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76468; }

 p { color: rgb(247,100,104); }

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

background-color css

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

 a { background-color: rgb(247,100,104); }

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

border-color css

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

 span { border-color: rgb(247,100,104); }

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