Html Css Color HEX #F54872 Wild Watermelon

📋 copy color: '#F54872'

red 245 ◦ green 72 ◦ blue 114

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

Shades of Wild Watermelon #F54872

Tints of Wild Watermelon #F54872

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.71%

 BLUE value IS 114 (44.92% from 255) = 26.45%

R = 56.84%
G = 16.71%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F54872 (or 0xF54872) is known color: Wild Watermelon. HEX triplet: F5, 48 and 72. RGB value is (245,72,114). Sum of RGB (Red+Green+Blue) = 245+72+114=431 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.84% from 431); Green value is 72 (28.52% from 255 or 16.71% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 245 - color contains mainly: red. Hex color #F54872 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54872 is #0AB78D. Grayscale: #808080. Windows color (decimal): -702350 or 7489781. OLE color: 7489781.

HSL color Cylindrical-coordinate representation of color #F54872: hue angle of 345.43º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F54872 is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 72 114 -
CMYK 0 0.71 0.53 0.04
HSL 345.43º 0.9% 0.62% -
HSV(B) 345.43º 0.71% 0.96% -
XYZ 43.01 25.26 18.53 -
YUV 128.52 119.81 211.08 -
System Red Green Blue C M Y K H S L
Decimal 245 72 114 0 0.71 0.53 0.04 345.43 0.9 0.62
Hex F5 48 72 0 47 35 4 159 5A 3E
Octal 365 110 162 0 107 65 4 531 132 76
Binary 11110101 1001000 1110010 0 1000111 110101 100 101011001 1011010 111110

Color Harmonies of #F54872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54872

Black with #F54872

Text Example


Text Example

White with #F54872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54872; }

 p { color: rgb(245,72,114); }

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

background-color css

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

 a { background-color: rgb(245,72,114); }

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

border-color css

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

 span { border-color: rgb(245,72,114); }

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