Html Css Color HEX #F15994 French Rose

📋 copy color: '#F15994'

red 241 ◦ green 89 ◦ blue 148

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

Shades of French Rose #F15994

Tints of French Rose #F15994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.96%

R = 50.42%
G = 18.62%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F15994 (or 0xF15994) is known color: French Rose. HEX triplet: F1, 59 and 94. RGB value is (241,89,148). Sum of RGB (Red+Green+Blue) = 241+89+148=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 89 (35.16% from 255 or 18.62% from 478); Blue value is 148 (58.20% from 255 or 30.96% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F15994 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15994 is #0EA66B. Grayscale: #8D8D8D. Windows color (decimal): -960108 or 9722353. OLE color: 9722353.

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

Color convert

RGB 241 89 148 -
CMYK 0 0.63 0.39 0.05
HSL 336.71º 0.84% 0.65% -
HSV(B) 336.71º 0.63% 0.95% -
XYZ 45.19 27.98 31.04 -
YUV 141.17 131.86 199.2 -
System Red Green Blue C M Y K H S L
Decimal 241 89 148 0 0.63 0.39 0.05 336.71 0.84 0.65
Hex F1 59 94 0 3F 27 5 151 54 41
Octal 361 131 224 0 77 47 5 521 124 101
Binary 11110001 1011001 10010100 0 111111 100111 101 101010001 1010100 1000001

Color Harmonies of #F15994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15994

Black with #F15994

Text Example


Text Example

White with #F15994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15994; }

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

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

background-color css

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

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

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

border-color css

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

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

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