Html Css Color HEX #F15893 French Rose

📋 copy color: '#F15893'

red 241 ◦ green 88 ◦ blue 147

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

Shades of French Rose #F15893

Tints of French Rose #F15893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.88%

R = 50.63%
G = 18.49%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F15893 (or 0xF15893) is known color: French Rose. HEX triplet: F1, 58 and 93. RGB value is (241,88,147). Sum of RGB (Red+Green+Blue) = 241+88+147=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 88 (34.77% from 255 or 18.49% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F15893 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15893 is #0EA76C. Grayscale: #8C8C8C. Windows color (decimal): -960365 or 9656561. OLE color: 9656561.

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

Color convert

RGB 241 88 147 -
CMYK 0 0.63 0.39 0.05
HSL 336.86º 0.85% 0.65% -
HSV(B) 336.86º 0.63% 0.95% -
XYZ 45.03 27.79 30.59 -
YUV 140.47 131.69 199.7 -
System Red Green Blue C M Y K H S L
Decimal 241 88 147 0 0.63 0.39 0.05 336.86 0.85 0.65
Hex F1 58 93 0 3F 27 5 151 55 41
Octal 361 130 223 0 77 47 5 521 125 101
Binary 11110001 1011000 10010011 0 111111 100111 101 101010001 1010101 1000001

Color Harmonies of #F15893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15893

Black with #F15893

Text Example


Text Example

White with #F15893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15893; }

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

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

background-color css

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

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

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

border-color css

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

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

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