Html Css Color HEX #F54884 French Rose

📋 copy color: '#F54884'

red 245 ◦ green 72 ◦ blue 132

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

Shades of French Rose #F54884

Tints of French Rose #F54884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 29.4%

R = 54.57%
G = 16.04%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F54884 (or 0xF54884) is known color: French Rose. HEX triplet: F5, 48 and 84. RGB value is (245,72,132). Sum of RGB (Red+Green+Blue) = 245+72+132=449 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.57% from 449); Green value is 72 (28.52% from 255 or 16.04% from 449); Blue value is 132 (51.95% from 255 or 29.40% from 449); Max value from RGB is 245 - color contains mainly: red. Hex color #F54884 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F54884 is #0AB77B. Grayscale: #828282. Windows color (decimal): -702332 or 8669429. OLE color: 8669429.

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

Color convert

RGB 245 72 132 -
CMYK 0 0.71 0.46 0.04
HSL 339.19º 0.9% 0.62% -
HSV(B) 339.19º 0.71% 0.96% -
XYZ 44.14 25.71 24.47 -
YUV 130.57 128.81 209.62 -
System Red Green Blue C M Y K H S L
Decimal 245 72 132 0 0.71 0.46 0.04 339.19 0.9 0.62
Hex F5 48 84 0 47 2E 4 153 5A 3E
Octal 365 110 204 0 107 56 4 523 132 76
Binary 11110101 1001000 10000100 0 1000111 101110 100 101010011 1011010 111110

Color Harmonies of #F54884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54884

Black with #F54884

Text Example


Text Example

White with #F54884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54884; }

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

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

background-color css

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

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

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

border-color css

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

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

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