Html Css Color HEX #F96271 Wild Watermelon

📋 copy color: '#F96271'

red 249 ◦ green 98 ◦ blue 113

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

Shades of Wild Watermelon #F96271

Tints of Wild Watermelon #F96271

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.3%

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

R = 54.13%
G = 21.3%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F96271 (or 0xF96271) is known color: Wild Watermelon. HEX triplet: F9, 62 and 71. RGB value is (249,98,113). Sum of RGB (Red+Green+Blue) = 249+98+113=460 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.13% from 460); Green value is 98 (38.67% from 255 or 21.30% from 460); Blue value is 113 (44.53% from 255 or 24.57% from 460); Max value from RGB is 249 - color contains mainly: red. Hex color #F96271 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96271 is #069D8E. Grayscale: #909090. Windows color (decimal): -433551 or 7430905. OLE color: 7430905.

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

Color convert

RGB 249 98 113 -
CMYK 0 0.61 0.55 0.02
HSL 354.04º 0.93% 0.68% -
HSV(B) 354.04º 0.61% 0.98% -
XYZ 46.42 30.07 18.98 -
YUV 144.86 110.03 202.28 -
System Red Green Blue C M Y K H S L
Decimal 249 98 113 0 0.61 0.55 0.02 354.04 0.93 0.68
Hex F9 62 71 0 3D 37 2 162 5D 44
Octal 371 142 161 0 75 67 2 542 135 104
Binary 11111001 1100010 1110001 0 111101 110111 10 101100010 1011101 1000100

Color Harmonies of #F96271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96271

Black with #F96271

Text Example


Text Example

White with #F96271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96271; }

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

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

background-color css

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

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

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

border-color css

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

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

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