Html Css Color HEX #F15595 French Rose

📋 copy color: '#F15595'

red 241 ◦ green 85 ◦ blue 149

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

Shades of French Rose #F15595

Tints of French Rose #F15595

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.89%

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

R = 50.74%
G = 17.89%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F15595 (or 0xF15595) is known color: French Rose. HEX triplet: F1, 55 and 95. RGB value is (241,85,149). Sum of RGB (Red+Green+Blue) = 241+85+149=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 85 (33.59% from 255 or 17.89% from 475); Blue value is 149 (58.59% from 255 or 31.37% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F15595 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15595 is #0EAA6A. Grayscale: #8A8A8A. Windows color (decimal): -961131 or 9786865. OLE color: 9786865.

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

Color convert

RGB 241 85 149 -
CMYK 0 0.65 0.38 0.05
HSL 335.38º 0.85% 0.64% -
HSV(B) 335.38º 0.65% 0.95% -
XYZ 44.95 27.37 31.35 -
YUV 138.94 133.68 200.8 -
System Red Green Blue C M Y K H S L
Decimal 241 85 149 0 0.65 0.38 0.05 335.38 0.85 0.64
Hex F1 55 95 0 41 26 5 14F 55 40
Octal 361 125 225 0 101 46 5 517 125 100
Binary 11110001 1010101 10010101 0 1000001 100110 101 101001111 1010101 1000000

Color Harmonies of #F15595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15595

Black with #F15595

Text Example


Text Example

White with #F15595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15595; }

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

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

background-color css

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

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

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

border-color css

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

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

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