Html Css Color HEX #F95B78 Wild Watermelon

📋 copy color: '#F95B78'

red 249 ◦ green 91 ◦ blue 120

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

Shades of Wild Watermelon #F95B78

Tints of Wild Watermelon #F95B78

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.78%

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

R = 54.13%
G = 19.78%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#F95B78 (or 0xF95B78) is known color: Wild Watermelon. HEX triplet: F9, 5B and 78. RGB value is (249,91,120). Sum of RGB (Red+Green+Blue) = 249+91+120=460 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.13% from 460); Green value is 91 (35.94% from 255 or 19.78% from 460); Blue value is 120 (47.27% from 255 or 26.09% from 460); Max value from RGB is 249 - color contains mainly: red. Hex color #F95B78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95B78 is #06A487. Grayscale: #8D8D8D. Windows color (decimal): -435336 or 7887865. OLE color: 7887865.

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

Color convert

RGB 249 91 120 -
CMYK 0 0.63 0.52 0.02
HSL 348.99º 0.93% 0.67% -
HSV(B) 348.99º 0.63% 0.98% -
XYZ 46.2 28.98 20.93 -
YUV 141.55 115.85 204.64 -
System Red Green Blue C M Y K H S L
Decimal 249 91 120 0 0.63 0.52 0.02 348.99 0.93 0.67
Hex F9 5B 78 0 3F 34 2 15D 5D 43
Octal 371 133 170 0 77 64 2 535 135 103
Binary 11111001 1011011 1111000 0 111111 110100 10 101011101 1011101 1000011

Color Harmonies of #F95B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95B78

Black with #F95B78

Text Example


Text Example

White with #F95B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95B78; }

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

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

background-color css

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

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

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

border-color css

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

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

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