Html Css Color HEX #F96572 Wild Watermelon

📋 copy color: '#F96572'

red 249 ◦ green 101 ◦ blue 114

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

Shades of Wild Watermelon #F96572

Tints of Wild Watermelon #F96572

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.77%

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

R = 53.66%
G = 21.77%
B = 24.57%

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

#F96572 (or 0xF96572) is known color: Wild Watermelon. HEX triplet: F9, 65 and 72. RGB value is (249,101,114). Sum of RGB (Red+Green+Blue) = 249+101+114=464 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.66% from 464); Green value is 101 (39.84% from 255 or 21.77% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 249 - color contains mainly: red. Hex color #F96572 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96572 is #069A8D. Grayscale: #929292. Windows color (decimal): -432782 or 7497209. OLE color: 7497209.

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

Color convert

RGB 249 101 114 -
CMYK 0 0.59 0.54 0.02
HSL 354.73º 0.93% 0.69% -
HSV(B) 354.73º 0.59% 0.98% -
XYZ 46.76 30.66 19.37 -
YUV 146.73 109.53 200.94 -
System Red Green Blue C M Y K H S L
Decimal 249 101 114 0 0.59 0.54 0.02 354.73 0.93 0.69
Hex F9 65 72 0 3B 36 2 163 5C 45
Octal 371 145 162 0 73 66 2 543 134 105
Binary 11111001 1100101 1110010 0 111011 110110 10 101100011 1011100 1000101

Color Harmonies of #F96572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96572

Black with #F96572

Text Example


Text Example

White with #F96572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96572; }

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

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

background-color css

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

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

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

border-color css

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

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

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