Html Css Color HEX #F1518B French Rose

📋 copy color: '#F1518B'

red 241 ◦ green 81 ◦ blue 139

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

Shades of French Rose #F1518B

Tints of French Rose #F1518B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.15%

R = 52.28%
G = 17.57%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F1518B (or 0xF1518B) is known color: French Rose. HEX triplet: F1, 51 and 8B. RGB value is (241,81,139). Sum of RGB (Red+Green+Blue) = 241+81+139=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 81 (32.03% from 255 or 17.57% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F1518B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1518B is #0EAE74. Grayscale: #878787. Windows color (decimal): -962165 or 9130481. OLE color: 9130481.

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

Color convert

RGB 241 81 139 -
CMYK 0 0.66 0.42 0.05
HSL 338.25º 0.85% 0.63% -
HSV(B) 338.25º 0.66% 0.95% -
XYZ 43.88 26.45 27.22 -
YUV 135.45 130.01 203.28 -
System Red Green Blue C M Y K H S L
Decimal 241 81 139 0 0.66 0.42 0.05 338.25 0.85 0.63
Hex F1 51 8B 0 42 2A 5 152 55 3F
Octal 361 121 213 0 102 52 5 522 125 77
Binary 11110001 1010001 10001011 0 1000010 101010 101 101010010 1010101 111111

Color Harmonies of #F1518B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1518B

Black with #F1518B

Text Example


Text Example

White with #F1518B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1518B; }

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

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

background-color css

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

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

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

border-color css

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

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

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