Html Css Color HEX #F54975 Wild Watermelon

📋 copy color: '#F54975'

red 245 ◦ green 73 ◦ blue 117

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

Shades of Wild Watermelon #F54975

Tints of Wild Watermelon #F54975

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.78%

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

R = 56.32%
G = 16.78%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F54975 (or 0xF54975) is known color: Wild Watermelon. HEX triplet: F5, 49 and 75. RGB value is (245,73,117). Sum of RGB (Red+Green+Blue) = 245+73+117=435 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.32% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 245 - color contains mainly: red. Hex color #F54975 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54975 is #0AB68A. Grayscale: #818181. Windows color (decimal): -702091 or 7686645. OLE color: 7686645.

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

Color convert

RGB 245 73 117 -
CMYK 0 0.70 0.52 0.04
HSL 344.65º 0.9% 0.62% -
HSV(B) 344.65º 0.7% 0.96% -
XYZ 43.25 25.46 19.46 -
YUV 129.44 120.98 210.42 -
System Red Green Blue C M Y K H S L
Decimal 245 73 117 0 0.70 0.52 0.04 344.65 0.9 0.62
Hex F5 49 75 0 46 34 4 159 5A 3E
Octal 365 111 165 0 106 64 4 531 132 76
Binary 11110101 1001001 1110101 0 1000110 110100 100 101011001 1011010 111110

Color Harmonies of #F54975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54975

Black with #F54975

Text Example


Text Example

White with #F54975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54975; }

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

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

background-color css

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

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

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

border-color css

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

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

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