Html Css Color HEX #F96872 Wild Watermelon

📋 copy color: '#F96872'

red 249 ◦ green 104 ◦ blue 114

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

Shades of Wild Watermelon #F96872

Tints of Wild Watermelon #F96872

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.27%

 BLUE value IS 114 (44.92% from 255) = 24.41%

R = 53.32%
G = 22.27%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#F96872 (or 0xF96872) is known color: Wild Watermelon. HEX triplet: F9, 68 and 72. RGB value is (249,104,114). Sum of RGB (Red+Green+Blue) = 249+104+114=467 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.32% from 467); Green value is 104 (41.02% from 255 or 22.27% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 249 - color contains mainly: red. Hex color #F96872 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96872 is #06978D. Grayscale: #949494. Windows color (decimal): -432014 or 7497977. OLE color: 7497977.

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

Color convert

RGB 249 104 114 -
CMYK 0 0.58 0.54 0.02
HSL 355.86º 0.92% 0.69% -
HSV(B) 355.86º 0.58% 0.98% -
XYZ 47.05 31.26 19.47 -
YUV 148.5 108.54 199.69 -
System Red Green Blue C M Y K H S L
Decimal 249 104 114 0 0.58 0.54 0.02 355.86 0.92 0.69
Hex F9 68 72 0 3A 36 2 164 5C 45
Octal 371 150 162 0 72 66 2 544 134 105
Binary 11111001 1101000 1110010 0 111010 110110 10 101100100 1011100 1000101

Color Harmonies of #F96872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96872

Black with #F96872

Text Example


Text Example

White with #F96872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96872; }

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

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

background-color css

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

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

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

border-color css

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

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

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