Html Css Color HEX #F15090 French Rose

📋 copy color: '#F15090'

red 241 ◦ green 80 ◦ blue 144

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

Shades of French Rose #F15090

Tints of French Rose #F15090

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.2%

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

R = 51.83%
G = 17.2%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F15090 (or 0xF15090) is known color: French Rose. HEX triplet: F1, 50 and 90. RGB value is (241,80,144). Sum of RGB (Red+Green+Blue) = 241+80+144=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F15090 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15090 is #0EAF6F. Grayscale: #878787. Windows color (decimal): -962416 or 9457905. OLE color: 9457905.

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

Color convert

RGB 241 80 144 -
CMYK 0 0.67 0.40 0.05
HSL 336.15º 0.85% 0.63% -
HSV(B) 336.15º 0.67% 0.95% -
XYZ 44.18 26.45 29.16 -
YUV 135.44 132.84 203.3 -
System Red Green Blue C M Y K H S L
Decimal 241 80 144 0 0.67 0.40 0.05 336.15 0.85 0.63
Hex F1 50 90 0 43 28 5 150 55 3F
Octal 361 120 220 0 103 50 5 520 125 77
Binary 11110001 1010000 10010000 0 1000011 101000 101 101010000 1010101 111111

Color Harmonies of #F15090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15090

Black with #F15090

Text Example


Text Example

White with #F15090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15090; }

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

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

background-color css

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

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

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

border-color css

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

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

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