Html Css Color HEX #F96065 Wild Watermelon

📋 copy color: '#F96065'

red 249 ◦ green 96 ◦ blue 101

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

Shades of Wild Watermelon #F96065

Tints of Wild Watermelon #F96065

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.52%

 BLUE value IS 101 (39.84% from 255) = 22.65%

R = 55.83%
G = 21.52%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#F96065 (or 0xF96065) is known color: Wild Watermelon. HEX triplet: F9, 60 and 65. RGB value is (249,96,101). Sum of RGB (Red+Green+Blue) = 249+96+101=446 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.83% from 446); Green value is 96 (37.89% from 255 or 21.52% from 446); Blue value is 101 (39.84% from 255 or 22.65% from 446); Max value from RGB is 249 - color contains mainly: red. Hex color #F96065 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96065 is #069F9A. Grayscale: #8E8E8E. Windows color (decimal): -434075 or 6643961. OLE color: 6643961.

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

Color convert

RGB 249 96 101 -
CMYK 0 0.61 0.59 0.02
HSL 358.04º 0.93% 0.68% -
HSV(B) 358.04º 0.61% 0.98% -
XYZ 45.6 29.45 15.59 -
YUV 142.32 104.69 204.09 -
System Red Green Blue C M Y K H S L
Decimal 249 96 101 0 0.61 0.59 0.02 358.04 0.93 0.68
Hex F9 60 65 0 3D 3B 2 166 5D 44
Octal 371 140 145 0 75 73 2 546 135 104
Binary 11111001 1100000 1100101 0 111101 111011 10 101100110 1011101 1000100

Color Harmonies of #F96065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96065

Black with #F96065

Text Example


Text Example

White with #F96065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96065; }

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

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

background-color css

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

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

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

border-color css

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

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

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