Html Css Color HEX #F15890 French Rose

📋 copy color: '#F15890'

red 241 ◦ green 88 ◦ blue 144

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

Shades of French Rose #F15890

Tints of French Rose #F15890

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.6%

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

R = 50.95%
G = 18.6%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F15890 (or 0xF15890) is known color: French Rose. HEX triplet: F1, 58 and 90. RGB value is (241,88,144). Sum of RGB (Red+Green+Blue) = 241+88+144=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 88 (34.77% from 255 or 18.60% from 473); Blue value is 144 (56.64% from 255 or 30.44% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F15890 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15890 is #0EA76F. Grayscale: #8C8C8C. Windows color (decimal): -960368 or 9459953. OLE color: 9459953.

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

Color convert

RGB 241 88 144 -
CMYK 0 0.63 0.40 0.05
HSL 338.04º 0.85% 0.65% -
HSV(B) 338.04º 0.63% 0.95% -
XYZ 44.8 27.69 29.37 -
YUV 140.13 130.19 199.95 -
System Red Green Blue C M Y K H S L
Decimal 241 88 144 0 0.63 0.40 0.05 338.04 0.85 0.65
Hex F1 58 90 0 3F 28 5 152 55 41
Octal 361 130 220 0 77 50 5 522 125 101
Binary 11110001 1011000 10010000 0 111111 101000 101 101010010 1010101 1000001

Color Harmonies of #F15890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15890

Black with #F15890

Text Example


Text Example

White with #F15890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15890; }

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

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

background-color css

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

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

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

border-color css

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

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

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