Html Css Color HEX #F96768 Wild Watermelon

📋 copy color: '#F96768'

red 249 ◦ green 103 ◦ blue 104

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

Shades of Wild Watermelon #F96768

Tints of Wild Watermelon #F96768

RGB

 RED value IS 249 (97.66% from 255) = 54.61%

 GREEN value IS 103 (40.63% from 255) = 22.59%

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

R = 54.61%
G = 22.59%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#F96768 (or 0xF96768) is known color: Wild Watermelon. HEX triplet: F9, 67 and 68. RGB value is (249,103,104). Sum of RGB (Red+Green+Blue) = 249+103+104=456 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.61% from 456); Green value is 103 (40.62% from 255 or 22.59% from 456); Blue value is 104 (41.02% from 255 or 22.81% from 456); Max value from RGB is 249 - color contains mainly: red. Hex color #F96768 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96768 is #069897. Grayscale: #929292. Windows color (decimal): -432280 or 6842361. OLE color: 6842361.

HSL color Cylindrical-coordinate representation of color #F96768: hue angle of 359.59º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F96768 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 103 104 -
CMYK 0 0.59 0.58 0.02
HSL 359.59º 0.92% 0.69% -
HSV(B) 359.59º 0.59% 0.98% -
XYZ 46.42 30.84 16.6 -
YUV 146.77 103.87 200.92 -
System Red Green Blue C M Y K H S L
Decimal 249 103 104 0 0.59 0.58 0.02 359.59 0.92 0.69
Hex F9 67 68 0 3B 3A 2 168 5C 45
Octal 371 147 150 0 73 72 2 550 134 105
Binary 11111001 1100111 1101000 0 111011 111010 10 101101000 1011100 1000101

Color Harmonies of #F96768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96768

Black with #F96768

Text Example


Text Example

White with #F96768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96768; }

 p { color: rgb(249,103,104); }

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

background-color css

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

 a { background-color: rgb(249,103,104); }

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

border-color css

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

 span { border-color: rgb(249,103,104); }

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