Html Css Color HEX #F54D82 French Rose

📋 copy color: '#F54D82'

red 245 ◦ green 77 ◦ blue 130

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

Shades of French Rose #F54D82

Tints of French Rose #F54D82

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.04%

 BLUE value IS 130 (51.17% from 255) = 28.76%

R = 54.2%
G = 17.04%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F54D82 (or 0xF54D82) is known color: French Rose. HEX triplet: F5, 4D and 82. RGB value is (245,77,130). Sum of RGB (Red+Green+Blue) = 245+77+130=452 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.20% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 130 (51.17% from 255 or 28.76% from 452); Max value from RGB is 245 - color contains mainly: red. Hex color #F54D82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F54D82 is #0AB27D. Grayscale: #858585. Windows color (decimal): -701054 or 8539637. OLE color: 8539637.

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

Color convert

RGB 245 77 130 -
CMYK 0 0.69 0.47 0.04
HSL 341.07º 0.89% 0.63% -
HSV(B) 341.07º 0.69% 0.96% -
XYZ 44.34 26.33 23.86 -
YUV 133.27 126.16 207.69 -
System Red Green Blue C M Y K H S L
Decimal 245 77 130 0 0.69 0.47 0.04 341.07 0.89 0.63
Hex F5 4D 82 0 45 2F 4 155 59 3F
Octal 365 115 202 0 105 57 4 525 131 77
Binary 11110101 1001101 10000010 0 1000101 101111 100 101010101 1011001 111111

Color Harmonies of #F54D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54D82

Black with #F54D82

Text Example


Text Example

White with #F54D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54D82; }

 p { color: rgb(245,77,130); }

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

background-color css

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

 a { background-color: rgb(245,77,130); }

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

border-color css

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

 span { border-color: rgb(245,77,130); }

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