Html Css Color HEX #F45374 Wild Watermelon

📋 copy color: '#F45374'

red 244 ◦ green 83 ◦ blue 116

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

Shades of Wild Watermelon #F45374

Tints of Wild Watermelon #F45374

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.74%

 BLUE value IS 116 (45.7% from 255) = 26.19%

R = 55.08%
G = 18.74%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F45374 (or 0xF45374) is known color: Wild Watermelon. HEX triplet: F4, 53 and 74. RGB value is (244,83,116). Sum of RGB (Red+Green+Blue) = 244+83+116=443 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.08% from 443); Green value is 83 (32.81% from 255 or 18.74% from 443); Blue value is 116 (45.70% from 255 or 26.19% from 443); Max value from RGB is 244 - color contains mainly: red. Hex color #F45374 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45374 is #0BAC8B. Grayscale: #868686. Windows color (decimal): -765068 or 7623668. OLE color: 7623668.

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

Color convert

RGB 244 83 116 -
CMYK 0 0.66 0.52 0.04
HSL 347.7º 0.88% 0.64% -
HSV(B) 347.7º 0.66% 0.96% -
XYZ 43.55 26.68 19.38 -
YUV 134.9 117.34 205.82 -
System Red Green Blue C M Y K H S L
Decimal 244 83 116 0 0.66 0.52 0.04 347.7 0.88 0.64
Hex F4 53 74 0 42 34 4 15C 58 40
Octal 364 123 164 0 102 64 4 534 130 100
Binary 11110100 1010011 1110100 0 1000010 110100 100 101011100 1011000 1000000

Color Harmonies of #F45374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45374

Black with #F45374

Text Example


Text Example

White with #F45374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45374; }

 p { color: rgb(244,83,116); }

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

background-color css

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

 a { background-color: rgb(244,83,116); }

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

border-color css

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

 span { border-color: rgb(244,83,116); }

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