Html Css Color HEX #F54D70 Wild Watermelon

📋 copy color: '#F54D70'

red 245 ◦ green 77 ◦ blue 112

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

Shades of Wild Watermelon #F54D70

Tints of Wild Watermelon #F54D70

RGB

 RED value IS 245 (96.09% from 255) = 56.45%

 GREEN value IS 77 (30.47% from 255) = 17.74%

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

R = 56.45%
G = 17.74%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F54D70 (or 0xF54D70) is known color: Wild Watermelon. HEX triplet: F5, 4D and 70. RGB value is (245,77,112). Sum of RGB (Red+Green+Blue) = 245+77+112=434 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.45% from 434); Green value is 77 (30.47% from 255 or 17.74% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 245 - color contains mainly: red. Hex color #F54D70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F54D70 is #0AB28F. Grayscale: #838383. Windows color (decimal): -701072 or 7359989. OLE color: 7359989.

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

Color convert

RGB 245 77 112 -
CMYK 0 0.69 0.54 0.04
HSL 347.5º 0.89% 0.63% -
HSV(B) 347.5º 0.69% 0.96% -
XYZ 43.23 25.89 18.05 -
YUV 131.22 117.16 209.15 -
System Red Green Blue C M Y K H S L
Decimal 245 77 112 0 0.69 0.54 0.04 347.5 0.89 0.63
Hex F5 4D 70 0 45 36 4 15C 59 3F
Octal 365 115 160 0 105 66 4 534 131 77
Binary 11110101 1001101 1110000 0 1000101 110110 100 101011100 1011001 111111

Color Harmonies of #F54D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54D70

Black with #F54D70

Text Example


Text Example

White with #F54D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54D70; }

 p { color: rgb(245,77,112); }

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

background-color css

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

 a { background-color: rgb(245,77,112); }

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

border-color css

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

 span { border-color: rgb(245,77,112); }

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