Html Css Color HEX #F96574 Wild Watermelon

📋 copy color: '#F96574'

red 249 ◦ green 101 ◦ blue 116

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

Shades of Wild Watermelon #F96574

Tints of Wild Watermelon #F96574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.89%

R = 53.43%
G = 21.67%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F96574 (or 0xF96574) is known color: Wild Watermelon. HEX triplet: F9, 65 and 74. RGB value is (249,101,116). Sum of RGB (Red+Green+Blue) = 249+101+116=466 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.43% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 116 (45.70% from 255 or 24.89% from 466); Max value from RGB is 249 - color contains mainly: red. Hex color #F96574 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96574 is #069A8B. Grayscale: #939393. Windows color (decimal): -432780 or 7628281. OLE color: 7628281.

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

Color convert

RGB 249 101 116 -
CMYK 0 0.59 0.53 0.02
HSL 353.92º 0.93% 0.69% -
HSV(B) 353.92º 0.59% 0.98% -
XYZ 46.87 30.71 19.98 -
YUV 146.96 110.53 200.78 -
System Red Green Blue C M Y K H S L
Decimal 249 101 116 0 0.59 0.53 0.02 353.92 0.93 0.69
Hex F9 65 74 0 3B 35 2 162 5C 45
Octal 371 145 164 0 73 65 2 542 134 105
Binary 11111001 1100101 1110100 0 111011 110101 10 101100010 1011100 1000101

Color Harmonies of #F96574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96574

Black with #F96574

Text Example


Text Example

White with #F96574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96574; }

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

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

background-color css

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

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

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

border-color css

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

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

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