Html Css Color HEX #F96265 Wild Watermelon

📋 copy color: '#F96265'

red 249 ◦ green 98 ◦ blue 101

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

Shades of Wild Watermelon #F96265

Tints of Wild Watermelon #F96265

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.88%

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

R = 55.58%
G = 21.88%
B = 22.54%

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

#F96265 (or 0xF96265) is known color: Wild Watermelon. HEX triplet: F9, 62 and 65. RGB value is (249,98,101). Sum of RGB (Red+Green+Blue) = 249+98+101=448 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.58% from 448); Green value is 98 (38.67% from 255 or 21.88% from 448); Blue value is 101 (39.84% from 255 or 22.54% from 448); Max value from RGB is 249 - color contains mainly: red. Hex color #F96265 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96265 is #069D9A. Grayscale: #8F8F8F. Windows color (decimal): -433563 or 6644473. OLE color: 6644473.

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

Color convert

RGB 249 98 101 -
CMYK 0 0.61 0.59 0.02
HSL 358.81º 0.93% 0.68% -
HSV(B) 358.81º 0.61% 0.98% -
XYZ 45.78 29.81 15.65 -
YUV 143.49 104.03 203.26 -
System Red Green Blue C M Y K H S L
Decimal 249 98 101 0 0.61 0.59 0.02 358.81 0.93 0.68
Hex F9 62 65 0 3D 3B 2 167 5D 44
Octal 371 142 145 0 75 73 2 547 135 104
Binary 11111001 1100010 1100101 0 111101 111011 10 101100111 1011101 1000100

Color Harmonies of #F96265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96265

Black with #F96265

Text Example


Text Example

White with #F96265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96265; }

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

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

background-color css

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

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

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

border-color css

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

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

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