Html Css Color HEX #F15491 French Rose

📋 copy color: '#F15491'

red 241 ◦ green 84 ◦ blue 145

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

Shades of French Rose #F15491

Tints of French Rose #F15491

RGB

 RED value IS 241 (94.53% from 255) = 51.28%

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

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

R = 51.28%
G = 17.87%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F15491 (or 0xF15491) is known color: French Rose. HEX triplet: F1, 54 and 91. RGB value is (241,84,145). Sum of RGB (Red+Green+Blue) = 241+84+145=470 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.28% from 470); Green value is 84 (33.20% from 255 or 17.87% from 470); Blue value is 145 (57.03% from 255 or 30.85% from 470); Max value from RGB is 241 - color contains mainly: red. Hex color #F15491 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15491 is #0EAB6E. Grayscale: #898989. Windows color (decimal): -961391 or 9524465. OLE color: 9524465.

HSL color Cylindrical-coordinate representation of color #F15491: hue angle of 336.69º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F15491 is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 84 145 -
CMYK 0 0.65 0.40 0.05
HSL 336.69º 0.85% 0.64% -
HSV(B) 336.69º 0.65% 0.95% -
XYZ 44.56 27.09 29.67 -
YUV 137.9 132.01 201.54 -
System Red Green Blue C M Y K H S L
Decimal 241 84 145 0 0.65 0.40 0.05 336.69 0.85 0.64
Hex F1 54 91 0 41 28 5 151 55 40
Octal 361 124 221 0 101 50 5 521 125 100
Binary 11110001 1010100 10010001 0 1000001 101000 101 101010001 1010101 1000000

Color Harmonies of #F15491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15491

Black with #F15491

Text Example


Text Example

White with #F15491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15491; }

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

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

background-color css

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

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

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

border-color css

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

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

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