Html Css Color HEX #F54B77 Wild Watermelon

📋 copy color: '#F54B77'

red 245 ◦ green 75 ◦ blue 119

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

Shades of Wild Watermelon #F54B77

Tints of Wild Watermelon #F54B77

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.08%

 BLUE value IS 119 (46.88% from 255) = 27.11%

R = 55.81%
G = 17.08%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F54B77 (or 0xF54B77) is known color: Wild Watermelon. HEX triplet: F5, 4B and 77. RGB value is (245,75,119). Sum of RGB (Red+Green+Blue) = 245+75+119=439 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.81% from 439); Green value is 75 (29.69% from 255 or 17.08% from 439); Blue value is 119 (46.88% from 255 or 27.11% from 439); Max value from RGB is 245 - color contains mainly: red. Hex color #F54B77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54B77 is #0AB488. Grayscale: #828282. Windows color (decimal): -701577 or 7818229. OLE color: 7818229.

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

Color convert

RGB 245 75 119 -
CMYK 0 0.69 0.51 0.04
HSL 344.47º 0.89% 0.63% -
HSV(B) 344.47º 0.69% 0.96% -
XYZ 43.5 25.78 20.14 -
YUV 130.85 121.32 209.42 -
System Red Green Blue C M Y K H S L
Decimal 245 75 119 0 0.69 0.51 0.04 344.47 0.89 0.63
Hex F5 4B 77 0 45 33 4 158 59 3F
Octal 365 113 167 0 105 63 4 530 131 77
Binary 11110101 1001011 1110111 0 1000101 110011 100 101011000 1011001 111111

Color Harmonies of #F54B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54B77

Black with #F54B77

Text Example


Text Example

White with #F54B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54B77; }

 p { color: rgb(245,75,119); }

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

background-color css

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

 a { background-color: rgb(245,75,119); }

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

border-color css

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

 span { border-color: rgb(245,75,119); }

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