Html Css Color HEX #F15091 French Rose

📋 copy color: '#F15091'

red 241 ◦ green 80 ◦ blue 145

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

Shades of French Rose #F15091

Tints of French Rose #F15091

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.17%

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

R = 51.72%
G = 17.17%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F15091 (or 0xF15091) is known color: French Rose. HEX triplet: F1, 50 and 91. RGB value is (241,80,145). Sum of RGB (Red+Green+Blue) = 241+80+145=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 145 (57.03% from 255 or 31.12% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F15091 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15091 is #0EAF6E. Grayscale: #878787. Windows color (decimal): -962415 or 9523441. OLE color: 9523441.

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

Color convert

RGB 241 80 145 -
CMYK 0 0.67 0.40 0.05
HSL 335.78º 0.85% 0.63% -
HSV(B) 335.78º 0.67% 0.95% -
XYZ 44.26 26.48 29.57 -
YUV 135.55 133.34 203.21 -
System Red Green Blue C M Y K H S L
Decimal 241 80 145 0 0.67 0.40 0.05 335.78 0.85 0.63
Hex F1 50 91 0 43 28 5 150 55 3F
Octal 361 120 221 0 103 50 5 520 125 77
Binary 11110001 1010000 10010001 0 1000011 101000 101 101010000 1010101 111111

Color Harmonies of #F15091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15091

Black with #F15091

Text Example


Text Example

White with #F15091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15091; }

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

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

background-color css

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

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

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

border-color css

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

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

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