Html Css Color HEX #F96770 Wild Watermelon

📋 copy color: '#F96770'

red 249 ◦ green 103 ◦ blue 112

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

Shades of Wild Watermelon #F96770

Tints of Wild Watermelon #F96770

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.2%

 BLUE value IS 112 (44.14% from 255) = 24.14%

R = 53.66%
G = 22.2%
B = 24.14%

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

#F96770 (or 0xF96770) is known color: Wild Watermelon. HEX triplet: F9, 67 and 70. RGB value is (249,103,112). Sum of RGB (Red+Green+Blue) = 249+103+112=464 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.66% from 464); Green value is 103 (40.62% from 255 or 22.20% from 464); Blue value is 112 (44.14% from 255 or 24.14% from 464); Max value from RGB is 249 - color contains mainly: red. Hex color #F96770 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96770 is #06988F. Grayscale: #939393. Windows color (decimal): -432272 or 7366649. OLE color: 7366649.

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

Color convert

RGB 249 103 112 -
CMYK 0 0.59 0.55 0.02
HSL 356.3º 0.92% 0.69% -
HSV(B) 356.3º 0.59% 0.98% -
XYZ 46.84 31.01 18.85 -
YUV 147.68 107.87 200.27 -
System Red Green Blue C M Y K H S L
Decimal 249 103 112 0 0.59 0.55 0.02 356.3 0.92 0.69
Hex F9 67 70 0 3B 37 2 164 5C 45
Octal 371 147 160 0 73 67 2 544 134 105
Binary 11111001 1100111 1110000 0 111011 110111 10 101100100 1011100 1000101

Color Harmonies of #F96770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96770

Black with #F96770

Text Example


Text Example

White with #F96770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96770; }

 p { color: rgb(249,103,112); }

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

background-color css

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

 a { background-color: rgb(249,103,112); }

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

border-color css

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

 span { border-color: rgb(249,103,112); }

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