Html Css Color HEX #F96671 Wild Watermelon

📋 copy color: '#F96671'

red 249 ◦ green 102 ◦ blue 113

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

Shades of Wild Watermelon #F96671

Tints of Wild Watermelon #F96671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.35%

R = 53.66%
G = 21.98%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F96671 (or 0xF96671) is known color: Wild Watermelon. HEX triplet: F9, 66 and 71. RGB value is (249,102,113). Sum of RGB (Red+Green+Blue) = 249+102+113=464 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.66% from 464); Green value is 102 (40.23% from 255 or 21.98% from 464); Blue value is 113 (44.53% from 255 or 24.35% from 464); Max value from RGB is 249 - color contains mainly: red. Hex color #F96671 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96671 is #06998E. Grayscale: #939393. Windows color (decimal): -432527 or 7431929. OLE color: 7431929.

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

Color convert

RGB 249 102 113 -
CMYK 0 0.59 0.55 0.02
HSL 355.51º 0.92% 0.69% -
HSV(B) 355.51º 0.59% 0.98% -
XYZ 46.8 30.83 19.11 -
YUV 147.21 108.7 200.61 -
System Red Green Blue C M Y K H S L
Decimal 249 102 113 0 0.59 0.55 0.02 355.51 0.92 0.69
Hex F9 66 71 0 3B 37 2 164 5C 45
Octal 371 146 161 0 73 67 2 544 134 105
Binary 11111001 1100110 1110001 0 111011 110111 10 101100100 1011100 1000101

Color Harmonies of #F96671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96671

Black with #F96671

Text Example


Text Example

White with #F96671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96671; }

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

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

background-color css

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

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

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

border-color css

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

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

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