Html Css Color HEX #F15B8F French Rose

📋 copy color: '#F15B8F'

red 241 ◦ green 91 ◦ blue 143

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

Shades of French Rose #F15B8F

Tints of French Rose #F15B8F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.16%

 BLUE value IS 143 (56.25% from 255) = 30.11%

R = 50.74%
G = 19.16%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F15B8F (or 0xF15B8F) is known color: French Rose. HEX triplet: F1, 5B and 8F. RGB value is (241,91,143). Sum of RGB (Red+Green+Blue) = 241+91+143=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 91 (35.94% from 255 or 19.16% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F15B8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15B8F is #0EA470. Grayscale: #8D8D8D. Windows color (decimal): -959601 or 9395185. OLE color: 9395185.

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

Color convert

RGB 241 91 143 -
CMYK 0 0.62 0.41 0.05
HSL 339.2º 0.84% 0.65% -
HSV(B) 339.2º 0.62% 0.95% -
XYZ 44.97 28.17 29.05 -
YUV 141.78 128.7 198.77 -
System Red Green Blue C M Y K H S L
Decimal 241 91 143 0 0.62 0.41 0.05 339.2 0.84 0.65
Hex F1 5B 8F 0 3E 29 5 153 54 41
Octal 361 133 217 0 76 51 5 523 124 101
Binary 11110001 1011011 10001111 0 111110 101001 101 101010011 1010100 1000001

Color Harmonies of #F15B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15B8F

Black with #F15B8F

Text Example


Text Example

White with #F15B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15B8F; }

 p { color: rgb(241,91,143); }

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

background-color css

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

 a { background-color: rgb(241,91,143); }

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

border-color css

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

 span { border-color: rgb(241,91,143); }

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