Html Css Color HEX #F9696F Wild Watermelon

📋 copy color: '#F9696F'

red 249 ◦ green 105 ◦ blue 111

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

Shades of Wild Watermelon #F9696F

Tints of Wild Watermelon #F9696F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.58%

 BLUE value IS 111 (43.75% from 255) = 23.87%

R = 53.55%
G = 22.58%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F9696F (or 0xF9696F) is known color: Wild Watermelon. HEX triplet: F9, 69 and 6F. RGB value is (249,105,111). Sum of RGB (Red+Green+Blue) = 249+105+111=465 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.55% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 111 (43.75% from 255 or 23.87% from 465); Max value from RGB is 249 - color contains mainly: red. Hex color #F9696F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9696F is #069690. Grayscale: #949494. Windows color (decimal): -431761 or 7301625. OLE color: 7301625.

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

Color convert

RGB 249 105 111 -
CMYK 0 0.58 0.55 0.02
HSL 357.5º 0.92% 0.69% -
HSV(B) 357.5º 0.58% 0.98% -
XYZ 46.99 31.39 18.62 -
YUV 148.74 106.71 199.51 -
System Red Green Blue C M Y K H S L
Decimal 249 105 111 0 0.58 0.55 0.02 357.5 0.92 0.69
Hex F9 69 6F 0 3A 37 2 166 5C 45
Octal 371 151 157 0 72 67 2 546 134 105
Binary 11111001 1101001 1101111 0 111010 110111 10 101100110 1011100 1000101

Color Harmonies of #F9696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9696F

Black with #F9696F

Text Example


Text Example

White with #F9696F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9696F; }

 p { color: rgb(249,105,111); }

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

background-color css

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

 a { background-color: rgb(249,105,111); }

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

border-color css

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

 span { border-color: rgb(249,105,111); }

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