Html Css Color HEX #F15197 French Rose

📋 copy color: '#F15197'

red 241 ◦ green 81 ◦ blue 151

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

Shades of French Rose #F15197

Tints of French Rose #F15197

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.12%

 BLUE value IS 151 (59.38% from 255) = 31.92%

R = 50.95%
G = 17.12%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F15197 (or 0xF15197) is known color: French Rose. HEX triplet: F1, 51 and 97. RGB value is (241,81,151). Sum of RGB (Red+Green+Blue) = 241+81+151=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 81 (32.03% from 255 or 17.12% from 473); Blue value is 151 (59.38% from 255 or 31.92% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F15197 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15197 is #0EAE68. Grayscale: #888888. Windows color (decimal): -962153 or 9916913. OLE color: 9916913.

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

Color convert

RGB 241 81 151 -
CMYK 0 0.66 0.37 0.05
HSL 333.75º 0.85% 0.63% -
HSV(B) 333.75º 0.66% 0.95% -
XYZ 44.8 26.82 32.09 -
YUV 136.82 136.01 202.31 -
System Red Green Blue C M Y K H S L
Decimal 241 81 151 0 0.66 0.37 0.05 333.75 0.85 0.63
Hex F1 51 97 0 42 25 5 14E 55 3F
Octal 361 121 227 0 102 45 5 516 125 77
Binary 11110001 1010001 10010111 0 1000010 100101 101 101001110 1010101 111111

Color Harmonies of #F15197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15197

Black with #F15197

Text Example


Text Example

White with #F15197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15197; }

 p { color: rgb(241,81,151); }

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

background-color css

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

 a { background-color: rgb(241,81,151); }

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

border-color css

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

 span { border-color: rgb(241,81,151); }

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