Html Css Color HEX #F15291 French Rose

📋 copy color: '#F15291'

red 241 ◦ green 82 ◦ blue 145

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

Shades of French Rose #F15291

Tints of French Rose #F15291

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.52%

 BLUE value IS 145 (57.03% from 255) = 30.98%

R = 51.5%
G = 17.52%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F15291 (or 0xF15291) is known color: French Rose. HEX triplet: F1, 52 and 91. RGB value is (241,82,145). Sum of RGB (Red+Green+Blue) = 241+82+145=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 145 (57.03% from 255 or 30.98% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F15291 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15291 is #0EAD6E. Grayscale: #888888. Windows color (decimal): -961903 or 9523953. OLE color: 9523953.

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

Color convert

RGB 241 82 145 -
CMYK 0 0.66 0.40 0.05
HSL 336.23º 0.85% 0.63% -
HSV(B) 336.23º 0.66% 0.95% -
XYZ 44.4 26.78 29.62 -
YUV 136.72 132.68 202.38 -
System Red Green Blue C M Y K H S L
Decimal 241 82 145 0 0.66 0.40 0.05 336.23 0.85 0.63
Hex F1 52 91 0 42 28 5 150 55 3F
Octal 361 122 221 0 102 50 5 520 125 77
Binary 11110001 1010010 10010001 0 1000010 101000 101 101010000 1010101 111111

Color Harmonies of #F15291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15291

Black with #F15291

Text Example


Text Example

White with #F15291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15291; }

 p { color: rgb(241,82,145); }

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

background-color css

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

 a { background-color: rgb(241,82,145); }

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

border-color css

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

 span { border-color: rgb(241,82,145); }

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