Html Css Color HEX #F96673 Wild Watermelon

📋 copy color: '#F96673'

red 249 ◦ green 102 ◦ blue 115

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

Shades of Wild Watermelon #F96673

Tints of Wild Watermelon #F96673

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.89%

 BLUE value IS 115 (45.31% from 255) = 24.68%

R = 53.43%
G = 21.89%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#F96673 (or 0xF96673) is known color: Wild Watermelon. HEX triplet: F9, 66 and 73. RGB value is (249,102,115). Sum of RGB (Red+Green+Blue) = 249+102+115=466 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.43% from 466); Green value is 102 (40.23% from 255 or 21.89% from 466); Blue value is 115 (45.31% from 255 or 24.68% from 466); Max value from RGB is 249 - color contains mainly: red. Hex color #F96673 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96673 is #06998C. Grayscale: #939393. Windows color (decimal): -432525 or 7563001. OLE color: 7563001.

HSL color Cylindrical-coordinate representation of color #F96673: hue angle of 354.69º 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 #F96673 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 102 115 -
CMYK 0 0.59 0.54 0.02
HSL 354.69º 0.92% 0.69% -
HSV(B) 354.69º 0.59% 0.98% -
XYZ 46.91 30.88 19.71 -
YUV 147.44 109.7 200.44 -
System Red Green Blue C M Y K H S L
Decimal 249 102 115 0 0.59 0.54 0.02 354.69 0.92 0.69
Hex F9 66 73 0 3B 36 2 163 5C 45
Octal 371 146 163 0 73 66 2 543 134 105
Binary 11111001 1100110 1110011 0 111011 110110 10 101100011 1011100 1000101

Color Harmonies of #F96673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96673

Black with #F96673

Text Example


Text Example

White with #F96673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96673; }

 p { color: rgb(249,102,115); }

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

background-color css

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

 a { background-color: rgb(249,102,115); }

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

border-color css

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

 span { border-color: rgb(249,102,115); }

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