Html Css Color HEX #F15096 French Rose

📋 copy color: '#F15096'

red 241 ◦ green 80 ◦ blue 150

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

Shades of French Rose #F15096

Tints of French Rose #F15096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.85%

R = 51.17%
G = 16.99%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F15096 (or 0xF15096) is known color: French Rose. HEX triplet: F1, 50 and 96. RGB value is (241,80,150). Sum of RGB (Red+Green+Blue) = 241+80+150=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 150 (58.98% from 255 or 31.85% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F15096 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15096 is #0EAF69. Grayscale: #888888. Windows color (decimal): -962410 or 9851121. OLE color: 9851121.

HSL color Cylindrical-coordinate representation of color #F15096: hue angle of 333.91º 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 #F15096 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 80 150 -
CMYK 0 0.67 0.38 0.05
HSL 333.91º 0.85% 0.63% -
HSV(B) 333.91º 0.67% 0.95% -
XYZ 44.65 26.64 31.64 -
YUV 136.12 135.84 202.81 -
System Red Green Blue C M Y K H S L
Decimal 241 80 150 0 0.67 0.38 0.05 333.91 0.85 0.63
Hex F1 50 96 0 43 26 5 14E 55 3F
Octal 361 120 226 0 103 46 5 516 125 77
Binary 11110001 1010000 10010110 0 1000011 100110 101 101001110 1010101 111111

Color Harmonies of #F15096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15096

Black with #F15096

Text Example


Text Example

White with #F15096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15096; }

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

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

background-color css

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

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

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

border-color css

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

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

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