Html Css Color HEX #F54D75 Wild Watermelon

📋 copy color: '#F54D75'

red 245 ◦ green 77 ◦ blue 117

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

Shades of Wild Watermelon #F54D75

Tints of Wild Watermelon #F54D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.65%

R = 55.81%
G = 17.54%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F54D75 (or 0xF54D75) is known color: Wild Watermelon. HEX triplet: F5, 4D and 75. RGB value is (245,77,117). Sum of RGB (Red+Green+Blue) = 245+77+117=439 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.81% from 439); Green value is 77 (30.47% from 255 or 17.54% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 245 - color contains mainly: red. Hex color #F54D75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F54D75 is #0AB28A. Grayscale: #838383. Windows color (decimal): -701067 or 7687669. OLE color: 7687669.

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

Color convert

RGB 245 77 117 -
CMYK 0 0.69 0.52 0.04
HSL 345.71º 0.89% 0.63% -
HSV(B) 345.71º 0.69% 0.96% -
XYZ 43.52 26 19.56 -
YUV 131.79 119.66 208.75 -
System Red Green Blue C M Y K H S L
Decimal 245 77 117 0 0.69 0.52 0.04 345.71 0.89 0.63
Hex F5 4D 75 0 45 34 4 15A 59 3F
Octal 365 115 165 0 105 64 4 532 131 77
Binary 11110101 1001101 1110101 0 1000101 110100 100 101011010 1011001 111111

Color Harmonies of #F54D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54D75

Black with #F54D75

Text Example


Text Example

White with #F54D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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