Html Css Color HEX #F95978 Wild Watermelon

📋 copy color: '#F95978'

red 249 ◦ green 89 ◦ blue 120

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

Shades of Wild Watermelon #F95978

Tints of Wild Watermelon #F95978

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.43%

 BLUE value IS 120 (47.27% from 255) = 26.2%

R = 54.37%
G = 19.43%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#F95978 (or 0xF95978) is known color: Wild Watermelon. HEX triplet: F9, 59 and 78. RGB value is (249,89,120). Sum of RGB (Red+Green+Blue) = 249+89+120=458 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.37% from 458); Green value is 89 (35.16% from 255 or 19.43% from 458); Blue value is 120 (47.27% from 255 or 26.20% from 458); Max value from RGB is 249 - color contains mainly: red. Hex color #F95978 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95978 is #06A687. Grayscale: #8C8C8C. Windows color (decimal): -435848 or 7887353. OLE color: 7887353.

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

Color convert

RGB 249 89 120 -
CMYK 0 0.64 0.52 0.02
HSL 348.38º 0.93% 0.66% -
HSV(B) 348.38º 0.64% 0.98% -
XYZ 46.03 28.64 20.87 -
YUV 140.37 116.51 205.48 -
System Red Green Blue C M Y K H S L
Decimal 249 89 120 0 0.64 0.52 0.02 348.38 0.93 0.66
Hex F9 59 78 0 40 34 2 15C 5D 42
Octal 371 131 170 0 100 64 2 534 135 102
Binary 11111001 1011001 1111000 0 1000000 110100 10 101011100 1011101 1000010

Color Harmonies of #F95978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95978

Black with #F95978

Text Example


Text Example

White with #F95978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95978; }

 p { color: rgb(249,89,120); }

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

background-color css

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

 a { background-color: rgb(249,89,120); }

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

border-color css

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

 span { border-color: rgb(249,89,120); }

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