Html Css Color HEX #F1518F French Rose

📋 copy color: '#F1518F'

red 241 ◦ green 81 ◦ blue 143

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

Shades of French Rose #F1518F

Tints of French Rose #F1518F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.42%

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

R = 51.83%
G = 17.42%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1518F (or 0xF1518F) is known color: French Rose. HEX triplet: F1, 51 and 8F. RGB value is (241,81,143). Sum of RGB (Red+Green+Blue) = 241+81+143=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 81 (32.03% from 255 or 17.42% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F1518F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1518F is #0EAE70. Grayscale: #878787. Windows color (decimal): -962161 or 9392625. OLE color: 9392625.

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

Color convert

RGB 241 81 143 -
CMYK 0 0.66 0.41 0.05
HSL 336.75º 0.85% 0.63% -
HSV(B) 336.75º 0.66% 0.95% -
XYZ 44.18 26.57 28.79 -
YUV 135.91 132.01 202.96 -
System Red Green Blue C M Y K H S L
Decimal 241 81 143 0 0.66 0.41 0.05 336.75 0.85 0.63
Hex F1 51 8F 0 42 29 5 151 55 3F
Octal 361 121 217 0 102 51 5 521 125 77
Binary 11110001 1010001 10001111 0 1000010 101001 101 101010001 1010101 111111

Color Harmonies of #F1518F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1518F

Black with #F1518F

Text Example


Text Example

White with #F1518F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1518F; }

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

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

background-color css

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

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

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

border-color css

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

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

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