Html Css Color HEX #F96275 Wild Watermelon

📋 copy color: '#F96275'

red 249 ◦ green 98 ◦ blue 117

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

Shades of Wild Watermelon #F96275

Tints of Wild Watermelon #F96275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.22%

R = 53.66%
G = 21.12%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F96275 (or 0xF96275) is known color: Wild Watermelon. HEX triplet: F9, 62 and 75. RGB value is (249,98,117). Sum of RGB (Red+Green+Blue) = 249+98+117=464 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.66% from 464); Green value is 98 (38.67% from 255 or 21.12% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 249 - color contains mainly: red. Hex color #F96275 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96275 is #069D8A. Grayscale: #919191. Windows color (decimal): -433547 or 7693049. OLE color: 7693049.

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

Color convert

RGB 249 98 117 -
CMYK 0 0.61 0.53 0.02
HSL 352.45º 0.93% 0.68% -
HSV(B) 352.45º 0.61% 0.98% -
XYZ 46.65 30.16 20.19 -
YUV 145.32 112.03 201.96 -
System Red Green Blue C M Y K H S L
Decimal 249 98 117 0 0.61 0.53 0.02 352.45 0.93 0.68
Hex F9 62 75 0 3D 35 2 160 5D 44
Octal 371 142 165 0 75 65 2 540 135 104
Binary 11111001 1100010 1110101 0 111101 110101 10 101100000 1011101 1000100

Color Harmonies of #F96275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96275

Black with #F96275

Text Example


Text Example

White with #F96275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96275; }

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

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

background-color css

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

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

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

border-color css

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

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

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