Html Css Color HEX #F54C80 French Rose

📋 copy color: '#F54C80'

red 245 ◦ green 76 ◦ blue 128

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

Shades of French Rose #F54C80

Tints of French Rose #F54C80

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.93%

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

R = 54.57%
G = 16.93%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F54C80 (or 0xF54C80) is known color: French Rose. HEX triplet: F5, 4C and 80. RGB value is (245,76,128). Sum of RGB (Red+Green+Blue) = 245+76+128=449 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.57% from 449); Green value is 76 (30.08% from 255 or 16.93% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 245 - color contains mainly: red. Hex color #F54C80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54C80 is #0AB37F. Grayscale: #848484. Windows color (decimal): -701312 or 8408309. OLE color: 8408309.

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

Color convert

RGB 245 76 128 -
CMYK 0 0.69 0.48 0.04
HSL 341.54º 0.89% 0.63% -
HSV(B) 341.54º 0.69% 0.96% -
XYZ 44.14 26.14 23.14 -
YUV 132.46 125.49 208.27 -
System Red Green Blue C M Y K H S L
Decimal 245 76 128 0 0.69 0.48 0.04 341.54 0.89 0.63
Hex F5 4C 80 0 45 30 4 156 59 3F
Octal 365 114 200 0 105 60 4 526 131 77
Binary 11110101 1001100 10000000 0 1000101 110000 100 101010110 1011001 111111

Color Harmonies of #F54C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54C80

Black with #F54C80

Text Example


Text Example

White with #F54C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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