Html Css Color HEX #F45975 Wild Watermelon

📋 copy color: '#F45975'

red 244 ◦ green 89 ◦ blue 117

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

Shades of Wild Watermelon #F45975

Tints of Wild Watermelon #F45975

RGB

 RED value IS 244 (95.7% from 255) = 54.22%

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

 BLUE value IS 117 (46.09% from 255) = 26%

R = 54.22%
G = 19.78%
B = 26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F45975 (or 0xF45975) is known color: Wild Watermelon. HEX triplet: F4, 59 and 75. RGB value is (244,89,117). Sum of RGB (Red+Green+Blue) = 244+89+117=450 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.22% from 450); Green value is 89 (35.16% from 255 or 19.78% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 244 - color contains mainly: red. Hex color #F45975 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45975 is #0BA68A. Grayscale: #8A8A8A. Windows color (decimal): -763531 or 7690740. OLE color: 7690740.

HSL color Cylindrical-coordinate representation of color #F45975: hue angle of 349.16º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F45975 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 89 117 -
CMYK 0 0.64 0.52 0.04
HSL 349.16º 0.88% 0.65% -
HSV(B) 349.16º 0.64% 0.96% -
XYZ 44.09 27.66 19.85 -
YUV 138.54 115.85 203.22 -
System Red Green Blue C M Y K H S L
Decimal 244 89 117 0 0.64 0.52 0.04 349.16 0.88 0.65
Hex F4 59 75 0 40 34 4 15D 58 41
Octal 364 131 165 0 100 64 4 535 130 101
Binary 11110100 1011001 1110101 0 1000000 110100 100 101011101 1011000 1000001

Color Harmonies of #F45975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45975

Black with #F45975

Text Example


Text Example

White with #F45975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45975; }

 p { color: rgb(244,89,117); }

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

background-color css

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

 a { background-color: rgb(244,89,117); }

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

border-color css

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

 span { border-color: rgb(244,89,117); }

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