Html Css Color HEX #F95A5E Wild Watermelon

📋 copy color: '#F95A5E'

red 249 ◦ green 90 ◦ blue 94

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

Shades of Wild Watermelon #F95A5E

Tints of Wild Watermelon #F95A5E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.79%

 BLUE value IS 94 (37.11% from 255) = 21.71%

R = 57.51%
G = 20.79%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#F95A5E (or 0xF95A5E) is known color: Wild Watermelon. HEX triplet: F9, 5A and 5E. RGB value is (249,90,94). Sum of RGB (Red+Green+Blue) = 249+90+94=433 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.51% from 433); Green value is 90 (35.55% from 255 or 20.79% from 433); Blue value is 94 (37.11% from 255 or 21.71% from 433); Max value from RGB is 249 - color contains mainly: red. Hex color #F95A5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95A5E is #06A5A1. Grayscale: #8A8A8A. Windows color (decimal): -435618 or 6183673. OLE color: 6183673.

HSL color Cylindrical-coordinate representation of color #F95A5E: hue angle of 358.49º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F95A5E is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 90 94 -
CMYK 0 0.64 0.62 0.02
HSL 358.49º 0.93% 0.66% -
HSV(B) 358.49º 0.64% 0.98% -
XYZ 44.74 28.26 13.69 -
YUV 138 103.18 207.17 -
System Red Green Blue C M Y K H S L
Decimal 249 90 94 0 0.64 0.62 0.02 358.49 0.93 0.66
Hex F9 5A 5E 0 40 3E 2 166 5D 42
Octal 371 132 136 0 100 76 2 546 135 102
Binary 11111001 1011010 1011110 0 1000000 111110 10 101100110 1011101 1000010

Color Harmonies of #F95A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95A5E

Black with #F95A5E

Text Example


Text Example

White with #F95A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95A5E; }

 p { color: rgb(249,90,94); }

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

background-color css

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

 a { background-color: rgb(249,90,94); }

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

border-color css

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

 span { border-color: rgb(249,90,94); }

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