Html Css Color HEX #F96266 Wild Watermelon

📋 copy color: '#F96266'

red 249 ◦ green 98 ◦ blue 102

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

Shades of Wild Watermelon #F96266

Tints of Wild Watermelon #F96266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.72%

R = 55.46%
G = 21.83%
B = 22.72%

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

#F96266 (or 0xF96266) is known color: Wild Watermelon. HEX triplet: F9, 62 and 66. RGB value is (249,98,102). Sum of RGB (Red+Green+Blue) = 249+98+102=449 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.46% from 449); Green value is 98 (38.67% from 255 or 21.83% from 449); Blue value is 102 (40.23% from 255 or 22.72% from 449); Max value from RGB is 249 - color contains mainly: red. Hex color #F96266 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96266 is #069D99. Grayscale: #8F8F8F. Windows color (decimal): -433562 or 6710009. OLE color: 6710009.

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

Color convert

RGB 249 98 102 -
CMYK 0 0.61 0.59 0.02
HSL 358.41º 0.93% 0.68% -
HSV(B) 358.41º 0.61% 0.98% -
XYZ 45.83 29.83 15.91 -
YUV 143.61 104.53 203.17 -
System Red Green Blue C M Y K H S L
Decimal 249 98 102 0 0.61 0.59 0.02 358.41 0.93 0.68
Hex F9 62 66 0 3D 3B 2 166 5D 44
Octal 371 142 146 0 75 73 2 546 135 104
Binary 11111001 1100010 1100110 0 111101 111011 10 101100110 1011101 1000100

Color Harmonies of #F96266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96266

Black with #F96266

Text Example


Text Example

White with #F96266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96266; }

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

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

background-color css

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

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

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

border-color css

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

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

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