Html Css Color HEX #F15995 French Rose

📋 copy color: '#F15995'

red 241 ◦ green 89 ◦ blue 149

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

Shades of French Rose #F15995

Tints of French Rose #F15995

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.58%

 BLUE value IS 149 (58.59% from 255) = 31.11%

R = 50.31%
G = 18.58%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F15995 (or 0xF15995) is known color: French Rose. HEX triplet: F1, 59 and 95. RGB value is (241,89,149). Sum of RGB (Red+Green+Blue) = 241+89+149=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 89 (35.16% from 255 or 18.58% from 479); Blue value is 149 (58.59% from 255 or 31.11% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F15995 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15995 is #0EA66A. Grayscale: #8D8D8D. Windows color (decimal): -960107 or 9787889. OLE color: 9787889.

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

Color convert

RGB 241 89 149 -
CMYK 0 0.63 0.38 0.05
HSL 336.32º 0.84% 0.65% -
HSV(B) 336.32º 0.63% 0.95% -
XYZ 45.27 28.02 31.46 -
YUV 141.29 132.36 199.12 -
System Red Green Blue C M Y K H S L
Decimal 241 89 149 0 0.63 0.38 0.05 336.32 0.84 0.65
Hex F1 59 95 0 3F 26 5 150 54 41
Octal 361 131 225 0 77 46 5 520 124 101
Binary 11110001 1011001 10010101 0 111111 100110 101 101010000 1010100 1000001

Color Harmonies of #F15995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15995

Black with #F15995

Text Example


Text Example

White with #F15995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15995; }

 p { color: rgb(241,89,149); }

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

background-color css

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

 a { background-color: rgb(241,89,149); }

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

border-color css

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

 span { border-color: rgb(241,89,149); }

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