Html Css Color HEX #F95564 Wild Watermelon

📋 copy color: '#F95564'

red 249 ◦ green 85 ◦ blue 100

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

Shades of Wild Watermelon #F95564

Tints of Wild Watermelon #F95564

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.59%

 BLUE value IS 100 (39.45% from 255) = 23.04%

R = 57.37%
G = 19.59%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#F95564 (or 0xF95564) is known color: Wild Watermelon. HEX triplet: F9, 55 and 64. RGB value is (249,85,100). Sum of RGB (Red+Green+Blue) = 249+85+100=434 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.37% from 434); Green value is 85 (33.59% from 255 or 19.59% from 434); Blue value is 100 (39.45% from 255 or 23.04% from 434); Max value from RGB is 249 - color contains mainly: red. Hex color #F95564 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95564 is #06AA9B. Grayscale: #878787. Windows color (decimal): -436892 or 6575609. OLE color: 6575609.

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

Color convert

RGB 249 85 100 -
CMYK 0 0.66 0.60 0.02
HSL 354.51º 0.93% 0.65% -
HSV(B) 354.51º 0.66% 0.98% -
XYZ 44.62 27.56 15.02 -
YUV 135.75 107.83 208.78 -
System Red Green Blue C M Y K H S L
Decimal 249 85 100 0 0.66 0.60 0.02 354.51 0.93 0.65
Hex F9 55 64 0 42 3C 2 163 5D 41
Octal 371 125 144 0 102 74 2 543 135 101
Binary 11111001 1010101 1100100 0 1000010 111100 10 101100011 1011101 1000001

Color Harmonies of #F95564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95564

Black with #F95564

Text Example


Text Example

White with #F95564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95564; }

 p { color: rgb(249,85,100); }

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

background-color css

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

 a { background-color: rgb(249,85,100); }

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

border-color css

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

 span { border-color: rgb(249,85,100); }

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