Html Css Color HEX #F95471 Wild Watermelon

📋 copy color: '#F95471'

red 249 ◦ green 84 ◦ blue 113

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

Shades of Wild Watermelon #F95471

Tints of Wild Watermelon #F95471

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.83%

 BLUE value IS 113 (44.53% from 255) = 25.34%

R = 55.83%
G = 18.83%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F95471 (or 0xF95471) is known color: Wild Watermelon. HEX triplet: F9, 54 and 71. RGB value is (249,84,113). Sum of RGB (Red+Green+Blue) = 249+84+113=446 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.83% from 446); Green value is 84 (33.20% from 255 or 18.83% from 446); Blue value is 113 (44.53% from 255 or 25.34% from 446); Max value from RGB is 249 - color contains mainly: red. Hex color #F95471 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95471 is #06AB8E. Grayscale: #888888. Windows color (decimal): -437135 or 7427321. OLE color: 7427321.

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

Color convert

RGB 249 84 113 -
CMYK 0 0.66 0.55 0.02
HSL 349.45º 0.93% 0.65% -
HSV(B) 349.45º 0.66% 0.98% -
XYZ 45.22 27.67 18.58 -
YUV 136.64 114.66 208.14 -
System Red Green Blue C M Y K H S L
Decimal 249 84 113 0 0.66 0.55 0.02 349.45 0.93 0.65
Hex F9 54 71 0 42 37 2 15D 5D 41
Octal 371 124 161 0 102 67 2 535 135 101
Binary 11111001 1010100 1110001 0 1000010 110111 10 101011101 1011101 1000001

Color Harmonies of #F95471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95471

Black with #F95471

Text Example


Text Example

White with #F95471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95471; }

 p { color: rgb(249,84,113); }

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

background-color css

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

 a { background-color: rgb(249,84,113); }

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

border-color css

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

 span { border-color: rgb(249,84,113); }

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