Html Css Color HEX #F15190 French Rose

📋 copy color: '#F15190'

red 241 ◦ green 81 ◦ blue 144

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

Shades of French Rose #F15190

Tints of French Rose #F15190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.9%

R = 51.72%
G = 17.38%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F15190 (or 0xF15190) is known color: French Rose. HEX triplet: F1, 51 and 90. RGB value is (241,81,144). Sum of RGB (Red+Green+Blue) = 241+81+144=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 81 (32.03% from 255 or 17.38% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F15190 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15190 is #0EAE6F. Grayscale: #878787. Windows color (decimal): -962160 or 9458161. OLE color: 9458161.

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

Color convert

RGB 241 81 144 -
CMYK 0 0.66 0.40 0.05
HSL 336.38º 0.85% 0.63% -
HSV(B) 336.38º 0.66% 0.95% -
XYZ 44.25 26.6 29.19 -
YUV 136.02 132.51 202.88 -
System Red Green Blue C M Y K H S L
Decimal 241 81 144 0 0.66 0.40 0.05 336.38 0.85 0.63
Hex F1 51 90 0 42 28 5 150 55 3F
Octal 361 121 220 0 102 50 5 520 125 77
Binary 11110001 1010001 10010000 0 1000010 101000 101 101010000 1010101 111111

Color Harmonies of #F15190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15190

Black with #F15190

Text Example


Text Example

White with #F15190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15190; }

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

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

background-color css

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

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

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

border-color css

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

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

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