Html Css Color HEX #F15488 French Rose

📋 copy color: '#F15488'

red 241 ◦ green 84 ◦ blue 136

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

Shades of French Rose #F15488

Tints of French Rose #F15488

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.22%

 BLUE value IS 136 (53.52% from 255) = 29.5%

R = 52.28%
G = 18.22%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F15488 (or 0xF15488) is known color: French Rose. HEX triplet: F1, 54 and 88. RGB value is (241,84,136). Sum of RGB (Red+Green+Blue) = 241+84+136=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 84 (33.20% from 255 or 18.22% from 461); Blue value is 136 (53.52% from 255 or 29.50% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F15488 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15488 is #0EAB77. Grayscale: #888888. Windows color (decimal): -961400 or 8934641. OLE color: 8934641.

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

Color convert

RGB 241 84 136 -
CMYK 0 0.65 0.44 0.05
HSL 340.13º 0.85% 0.64% -
HSV(B) 340.13º 0.65% 0.95% -
XYZ 43.89 26.82 26.16 -
YUV 136.87 127.51 202.27 -
System Red Green Blue C M Y K H S L
Decimal 241 84 136 0 0.65 0.44 0.05 340.13 0.85 0.64
Hex F1 54 88 0 41 2C 5 154 55 40
Octal 361 124 210 0 101 54 5 524 125 100
Binary 11110001 1010100 10001000 0 1000001 101100 101 101010100 1010101 1000000

Color Harmonies of #F15488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15488

Black with #F15488

Text Example


Text Example

White with #F15488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15488; }

 p { color: rgb(241,84,136); }

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

background-color css

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

 a { background-color: rgb(241,84,136); }

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

border-color css

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

 span { border-color: rgb(241,84,136); }

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