Html Css Color HEX #F55491 French Rose

📋 copy color: '#F55491'

red 245 ◦ green 84 ◦ blue 145

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

Shades of French Rose #F55491

Tints of French Rose #F55491

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.72%

 BLUE value IS 145 (57.03% from 255) = 30.59%

R = 51.69%
G = 17.72%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.04

RGB Variations

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

Color information

#F55491 (or 0xF55491) is known color: French Rose. HEX triplet: F5, 54 and 91. RGB value is (245,84,145). Sum of RGB (Red+Green+Blue) = 245+84+145=474 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.69% from 474); Green value is 84 (33.20% from 255 or 17.72% from 474); Blue value is 145 (57.03% from 255 or 30.59% from 474); Max value from RGB is 245 - color contains mainly: red. Hex color #F55491 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F55491 is #0AAB6E. Grayscale: #8B8B8B. Windows color (decimal): -699247 or 9524469. OLE color: 9524469.

HSL color Cylindrical-coordinate representation of color #F55491: hue angle of 337.27º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F55491 is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 84 145 -
CMYK 0 0.66 0.41 0.04
HSL 337.27º 0.89% 0.65% -
HSV(B) 337.27º 0.66% 0.96% -
XYZ 45.94 27.8 29.73 -
YUV 139.09 131.34 203.54 -
System Red Green Blue C M Y K H S L
Decimal 245 84 145 0 0.66 0.41 0.04 337.27 0.89 0.65
Hex F5 54 91 0 42 29 4 151 59 41
Octal 365 124 221 0 102 51 4 521 131 101
Binary 11110101 1010100 10010001 0 1000010 101001 100 101010001 1011001 1000001

Color Harmonies of #F55491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55491

Black with #F55491

Text Example


Text Example

White with #F55491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55491; }

 p { color: rgb(245,84,145); }

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

background-color css

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

 a { background-color: rgb(245,84,145); }

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

border-color css

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

 span { border-color: rgb(245,84,145); }

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