Html Css Color HEX #F54F75 Wild Watermelon

📋 copy color: '#F54F75'

red 245 ◦ green 79 ◦ blue 117

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

Shades of Wild Watermelon #F54F75

Tints of Wild Watermelon #F54F75

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.91%

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

R = 55.56%
G = 17.91%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F54F75 (or 0xF54F75) is known color: Wild Watermelon. HEX triplet: F5, 4F and 75. RGB value is (245,79,117). Sum of RGB (Red+Green+Blue) = 245+79+117=441 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.56% from 441); Green value is 79 (31.25% from 255 or 17.91% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 245 - color contains mainly: red. Hex color #F54F75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F54F75 is #0AB08A. Grayscale: #848484. Windows color (decimal): -700555 or 7688181. OLE color: 7688181.

HSL color Cylindrical-coordinate representation of color #F54F75: hue angle of 346.27º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F54F75 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 79 117 -
CMYK 0 0.68 0.52 0.04
HSL 346.27º 0.89% 0.64% -
HSV(B) 346.27º 0.68% 0.96% -
XYZ 43.66 26.29 19.6 -
YUV 132.97 119 207.91 -
System Red Green Blue C M Y K H S L
Decimal 245 79 117 0 0.68 0.52 0.04 346.27 0.89 0.64
Hex F5 4F 75 0 44 34 4 15A 59 40
Octal 365 117 165 0 104 64 4 532 131 100
Binary 11110101 1001111 1110101 0 1000100 110100 100 101011010 1011001 1000000

Color Harmonies of #F54F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54F75

Black with #F54F75

Text Example


Text Example

White with #F54F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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