Html Css Color HEX #F54C71 Wild Watermelon

📋 copy color: '#F54C71'

red 245 ◦ green 76 ◦ blue 113

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

Shades of Wild Watermelon #F54C71

Tints of Wild Watermelon #F54C71

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.51%

 BLUE value IS 113 (44.53% from 255) = 26.04%

R = 56.45%
G = 17.51%
B = 26.04%

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

#F54C71 (or 0xF54C71) is known color: Wild Watermelon. HEX triplet: F5, 4C and 71. RGB value is (245,76,113). Sum of RGB (Red+Green+Blue) = 245+76+113=434 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.45% from 434); Green value is 76 (30.08% from 255 or 17.51% from 434); Blue value is 113 (44.53% from 255 or 26.04% from 434); Max value from RGB is 245 - color contains mainly: red. Hex color #F54C71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54C71 is #0AB38E. Grayscale: #828282. Windows color (decimal): -701327 or 7425269. OLE color: 7425269.

HSL color Cylindrical-coordinate representation of color #F54C71: hue angle of 346.86º 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 #F54C71 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 76 113 -
CMYK 0 0.69 0.54 0.04
HSL 346.86º 0.89% 0.63% -
HSV(B) 346.86º 0.69% 0.96% -
XYZ 43.22 25.77 18.32 -
YUV 130.75 117.99 209.49 -
System Red Green Blue C M Y K H S L
Decimal 245 76 113 0 0.69 0.54 0.04 346.86 0.89 0.63
Hex F5 4C 71 0 45 36 4 15B 59 3F
Octal 365 114 161 0 105 66 4 533 131 77
Binary 11110101 1001100 1110001 0 1000101 110110 100 101011011 1011001 111111

Color Harmonies of #F54C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54C71

Black with #F54C71

Text Example


Text Example

White with #F54C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54C71; }

 p { color: rgb(245,76,113); }

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

background-color css

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

 a { background-color: rgb(245,76,113); }

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

border-color css

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

 span { border-color: rgb(245,76,113); }

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