Html Css Color HEX #F54889 French Rose

📋 copy color: '#F54889'

red 245 ◦ green 72 ◦ blue 137

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

Shades of French Rose #F54889

Tints of French Rose #F54889

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.86%

 BLUE value IS 137 (53.91% from 255) = 30.18%

R = 53.96%
G = 15.86%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#F54889 (or 0xF54889) is known color: French Rose. HEX triplet: F5, 48 and 89. RGB value is (245,72,137). Sum of RGB (Red+Green+Blue) = 245+72+137=454 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.96% from 454); Green value is 72 (28.52% from 255 or 15.86% from 454); Blue value is 137 (53.91% from 255 or 30.18% from 454); Max value from RGB is 245 - color contains mainly: red. Hex color #F54889 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54889 is #0AB776. Grayscale: #838383. Windows color (decimal): -702327 or 8997109. OLE color: 8997109.

HSL color Cylindrical-coordinate representation of color #F54889: hue angle of 337.46º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F54889 is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 72 137 -
CMYK 0 0.71 0.44 0.04
HSL 337.46º 0.9% 0.62% -
HSV(B) 337.46º 0.71% 0.96% -
XYZ 44.49 25.85 26.31 -
YUV 131.14 131.31 209.21 -
System Red Green Blue C M Y K H S L
Decimal 245 72 137 0 0.71 0.44 0.04 337.46 0.9 0.62
Hex F5 48 89 0 47 2C 4 151 5A 3E
Octal 365 110 211 0 107 54 4 521 132 76
Binary 11110101 1001000 10001001 0 1000111 101100 100 101010001 1011010 111110

Color Harmonies of #F54889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54889

Black with #F54889

Text Example


Text Example

White with #F54889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54889; }

 p { color: rgb(245,72,137); }

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

background-color css

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

 a { background-color: rgb(245,72,137); }

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

border-color css

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

 span { border-color: rgb(245,72,137); }

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