Html Css Color HEX #F54986 French Rose

📋 copy color: '#F54986'

red 245 ◦ green 73 ◦ blue 134

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

Shades of French Rose #F54986

Tints of French Rose #F54986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 29.65%

R = 54.2%
G = 16.15%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F54986 (or 0xF54986) is known color: French Rose. HEX triplet: F5, 49 and 86. RGB value is (245,73,134). Sum of RGB (Red+Green+Blue) = 245+73+134=452 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.20% from 452); Green value is 73 (28.91% from 255 or 16.15% from 452); Blue value is 134 (52.73% from 255 or 29.65% from 452); Max value from RGB is 245 - color contains mainly: red. Hex color #F54986 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54986 is #0AB679. Grayscale: #838383. Windows color (decimal): -702074 or 8800757. OLE color: 8800757.

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

Color convert

RGB 245 73 134 -
CMYK 0 0.70 0.45 0.04
HSL 338.72º 0.9% 0.62% -
HSV(B) 338.72º 0.7% 0.96% -
XYZ 44.34 25.9 25.22 -
YUV 131.38 129.48 209.04 -
System Red Green Blue C M Y K H S L
Decimal 245 73 134 0 0.70 0.45 0.04 338.72 0.9 0.62
Hex F5 49 86 0 46 2D 4 153 5A 3E
Octal 365 111 206 0 106 55 4 523 132 76
Binary 11110101 1001001 10000110 0 1000110 101101 100 101010011 1011010 111110

Color Harmonies of #F54986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54986

Black with #F54986

Text Example


Text Example

White with #F54986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54986; }

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

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

background-color css

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

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

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

border-color css

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

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

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