Html Css Color HEX #F96365 Wild Watermelon

📋 copy color: '#F96365'

red 249 ◦ green 99 ◦ blue 101

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

Shades of Wild Watermelon #F96365

Tints of Wild Watermelon #F96365

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.05%

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

R = 55.46%
G = 22.05%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#F96365 (or 0xF96365) is known color: Wild Watermelon. HEX triplet: F9, 63 and 65. RGB value is (249,99,101). Sum of RGB (Red+Green+Blue) = 249+99+101=449 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.46% from 449); Green value is 99 (39.06% from 255 or 22.05% from 449); Blue value is 101 (39.84% from 255 or 22.49% from 449); Max value from RGB is 249 - color contains mainly: red. Hex color #F96365 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96365 is #069C9A. Grayscale: #909090. Windows color (decimal): -433307 or 6644729. OLE color: 6644729.

HSL color Cylindrical-coordinate representation of color #F96365: hue angle of 359.2º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F96365 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 99 101 -
CMYK 0 0.60 0.59 0.02
HSL 359.2º 0.93% 0.68% -
HSV(B) 359.2º 0.6% 0.98% -
XYZ 45.88 30 15.69 -
YUV 144.08 103.7 202.84 -
System Red Green Blue C M Y K H S L
Decimal 249 99 101 0 0.60 0.59 0.02 359.2 0.93 0.68
Hex F9 63 65 0 3C 3B 2 167 5D 44
Octal 371 143 145 0 74 73 2 547 135 104
Binary 11111001 1100011 1100101 0 111100 111011 10 101100111 1011101 1000100

Color Harmonies of #F96365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96365

Black with #F96365

Text Example


Text Example

White with #F96365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96365; }

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

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

background-color css

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

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

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

border-color css

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

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

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