Html Css Color HEX #F54979 French Rose

📋 copy color: '#F54979'

red 245 ◦ green 73 ◦ blue 121

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

Shades of French Rose #F54979

Tints of French Rose #F54979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 27.56%

R = 55.81%
G = 16.63%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F54979 (or 0xF54979) is known color: French Rose. HEX triplet: F5, 49 and 79. RGB value is (245,73,121). Sum of RGB (Red+Green+Blue) = 245+73+121=439 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.81% from 439); Green value is 73 (28.91% from 255 or 16.63% from 439); Blue value is 121 (47.66% from 255 or 27.56% from 439); Max value from RGB is 245 - color contains mainly: red. Hex color #F54979 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54979 is #0AB686. Grayscale: #818181. Windows color (decimal): -702087 or 7948789. OLE color: 7948789.

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

Color convert

RGB 245 73 121 -
CMYK 0 0.70 0.51 0.04
HSL 343.26º 0.9% 0.62% -
HSV(B) 343.26º 0.7% 0.96% -
XYZ 43.49 25.56 20.73 -
YUV 129.9 122.98 210.1 -
System Red Green Blue C M Y K H S L
Decimal 245 73 121 0 0.70 0.51 0.04 343.26 0.9 0.62
Hex F5 49 79 0 46 33 4 157 5A 3E
Octal 365 111 171 0 106 63 4 527 132 76
Binary 11110101 1001001 1111001 0 1000110 110011 100 101010111 1011010 111110

Color Harmonies of #F54979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54979

Black with #F54979

Text Example


Text Example

White with #F54979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54979; }

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

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

background-color css

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

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

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

border-color css

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

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

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