Html Css Color HEX #F54B6D Wild Watermelon

📋 copy color: '#F54B6D'

red 245 ◦ green 75 ◦ blue 109

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

Shades of Wild Watermelon #F54B6D

Tints of Wild Watermelon #F54B6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.41%

R = 57.11%
G = 17.48%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F54B6D (or 0xF54B6D) is known color: Wild Watermelon. HEX triplet: F5, 4B and 6D. RGB value is (245,75,109). Sum of RGB (Red+Green+Blue) = 245+75+109=429 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.11% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 245 - color contains mainly: red. Hex color #F54B6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54B6D is #0AB492. Grayscale: #818181. Windows color (decimal): -701587 or 7162869. OLE color: 7162869.

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

Color convert

RGB 245 75 109 -
CMYK 0 0.69 0.56 0.04
HSL 348º 0.89% 0.63% -
HSV(B) 348º 0.69% 0.96% -
XYZ 42.93 25.55 17.14 -
YUV 129.71 116.32 210.24 -
System Red Green Blue C M Y K H S L
Decimal 245 75 109 0 0.69 0.56 0.04 348 0.89 0.63
Hex F5 4B 6D 0 45 38 4 15C 59 3F
Octal 365 113 155 0 105 70 4 534 131 77
Binary 11110101 1001011 1101101 0 1000101 111000 100 101011100 1011001 111111

Color Harmonies of #F54B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54B6D

Black with #F54B6D

Text Example


Text Example

White with #F54B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54B6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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