Html Css Color HEX #F1518D French Rose

📋 copy color: '#F1518D'

red 241 ◦ green 81 ◦ blue 141

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

Shades of French Rose #F1518D

Tints of French Rose #F1518D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.45%

R = 52.05%
G = 17.49%
B = 30.45%

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

#F1518D (or 0xF1518D) is known color: French Rose. HEX triplet: F1, 51 and 8D. RGB value is (241,81,141). Sum of RGB (Red+Green+Blue) = 241+81+141=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 81 (32.03% from 255 or 17.49% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F1518D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1518D is #0EAE72. Grayscale: #878787. Windows color (decimal): -962163 or 9261553. OLE color: 9261553.

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

Color convert

RGB 241 81 141 -
CMYK 0 0.66 0.41 0.05
HSL 337.5º 0.85% 0.63% -
HSV(B) 337.5º 0.66% 0.95% -
XYZ 44.03 26.51 28 -
YUV 135.68 131.01 203.12 -
System Red Green Blue C M Y K H S L
Decimal 241 81 141 0 0.66 0.41 0.05 337.5 0.85 0.63
Hex F1 51 8D 0 42 29 5 152 55 3F
Octal 361 121 215 0 102 51 5 522 125 77
Binary 11110001 1010001 10001101 0 1000010 101001 101 101010010 1010101 111111

Color Harmonies of #F1518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1518D

Black with #F1518D

Text Example


Text Example

White with #F1518D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1518D; }

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

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

background-color css

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

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

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

border-color css

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

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

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