Html Css Color HEX #F45A70 Wild Watermelon

📋 copy color: '#F45A70'

red 244 ◦ green 90 ◦ blue 112

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

Shades of Wild Watermelon #F45A70

Tints of Wild Watermelon #F45A70

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.18%

 BLUE value IS 112 (44.14% from 255) = 25.11%

R = 54.71%
G = 20.18%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F45A70 (or 0xF45A70) is known color: Wild Watermelon. HEX triplet: F4, 5A and 70. RGB value is (244,90,112). Sum of RGB (Red+Green+Blue) = 244+90+112=446 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.71% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 112 (44.14% from 255 or 25.11% from 446); Max value from RGB is 244 - color contains mainly: red. Hex color #F45A70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45A70 is #0BA58F. Grayscale: #8A8A8A. Windows color (decimal): -763280 or 7363316. OLE color: 7363316.

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

Color convert

RGB 244 90 112 -
CMYK 0 0.63 0.54 0.04
HSL 351.43º 0.88% 0.65% -
HSV(B) 351.43º 0.63% 0.96% -
XYZ 43.89 27.72 18.37 -
YUV 138.55 113.02 203.21 -
System Red Green Blue C M Y K H S L
Decimal 244 90 112 0 0.63 0.54 0.04 351.43 0.88 0.65
Hex F4 5A 70 0 3F 36 4 15F 58 41
Octal 364 132 160 0 77 66 4 537 130 101
Binary 11110100 1011010 1110000 0 111111 110110 100 101011111 1011000 1000001

Color Harmonies of #F45A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45A70

Black with #F45A70

Text Example


Text Example

White with #F45A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45A70; }

 p { color: rgb(244,90,112); }

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

background-color css

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

 a { background-color: rgb(244,90,112); }

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

border-color css

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

 span { border-color: rgb(244,90,112); }

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