Html Css Color HEX #F54980 French Rose

📋 copy color: '#F54980'

red 245 ◦ green 73 ◦ blue 128

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

Shades of French Rose #F54980

Tints of French Rose #F54980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.7%

R = 54.93%
G = 16.37%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F54980 (or 0xF54980) is known color: French Rose. HEX triplet: F5, 49 and 80. RGB value is (245,73,128). Sum of RGB (Red+Green+Blue) = 245+73+128=446 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.93% from 446); Green value is 73 (28.91% from 255 or 16.37% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 245 - color contains mainly: red. Hex color #F54980 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54980 is #0AB67F. Grayscale: #828282. Windows color (decimal): -702080 or 8407541. OLE color: 8407541.

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

Color convert

RGB 245 73 128 -
CMYK 0 0.70 0.48 0.04
HSL 340.81º 0.9% 0.62% -
HSV(B) 340.81º 0.7% 0.96% -
XYZ 43.94 25.74 23.07 -
YUV 130.7 126.48 209.53 -
System Red Green Blue C M Y K H S L
Decimal 245 73 128 0 0.70 0.48 0.04 340.81 0.9 0.62
Hex F5 49 80 0 46 30 4 155 5A 3E
Octal 365 111 200 0 106 60 4 525 132 76
Binary 11110101 1001001 10000000 0 1000110 110000 100 101010101 1011010 111110

Color Harmonies of #F54980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54980

Black with #F54980

Text Example


Text Example

White with #F54980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54980; }

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

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

background-color css

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

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

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

border-color css

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

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

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