Html Css Color HEX #F15790 French Rose

📋 copy color: '#F15790'

red 241 ◦ green 87 ◦ blue 144

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

Shades of French Rose #F15790

Tints of French Rose #F15790

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.43%

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

R = 51.06%
G = 18.43%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F15790 (or 0xF15790) is known color: French Rose. HEX triplet: F1, 57 and 90. RGB value is (241,87,144). Sum of RGB (Red+Green+Blue) = 241+87+144=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 87 (34.38% from 255 or 18.43% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F15790 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15790 is #0EA86F. Grayscale: #8B8B8B. Windows color (decimal): -960624 or 9459697. OLE color: 9459697.

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

Color convert

RGB 241 87 144 -
CMYK 0 0.64 0.40 0.05
HSL 337.79º 0.85% 0.64% -
HSV(B) 337.79º 0.64% 0.95% -
XYZ 44.72 27.53 29.34 -
YUV 139.54 130.52 200.37 -
System Red Green Blue C M Y K H S L
Decimal 241 87 144 0 0.64 0.40 0.05 337.79 0.85 0.64
Hex F1 57 90 0 40 28 5 152 55 40
Octal 361 127 220 0 100 50 5 522 125 100
Binary 11110001 1010111 10010000 0 1000000 101000 101 101010010 1010101 1000000

Color Harmonies of #F15790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15790

Black with #F15790

Text Example


Text Example

White with #F15790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15790; }

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

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

background-color css

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

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

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

border-color css

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

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

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