Html Css Color HEX #F15297 French Rose

📋 copy color: '#F15297'

red 241 ◦ green 82 ◦ blue 151

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

Shades of French Rose #F15297

Tints of French Rose #F15297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.86%

R = 50.84%
G = 17.3%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F15297 (or 0xF15297) is known color: French Rose. HEX triplet: F1, 52 and 97. RGB value is (241,82,151). Sum of RGB (Red+Green+Blue) = 241+82+151=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 82 (32.42% from 255 or 17.30% from 474); Blue value is 151 (59.38% from 255 or 31.86% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F15297 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15297 is #0EAD68. Grayscale: #898989. Windows color (decimal): -961897 or 9917169. OLE color: 9917169.

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

Color convert

RGB 241 82 151 -
CMYK 0 0.66 0.37 0.05
HSL 333.96º 0.85% 0.63% -
HSV(B) 333.96º 0.66% 0.95% -
XYZ 44.88 26.97 32.12 -
YUV 137.41 135.68 201.89 -
System Red Green Blue C M Y K H S L
Decimal 241 82 151 0 0.66 0.37 0.05 333.96 0.85 0.63
Hex F1 52 97 0 42 25 5 14E 55 3F
Octal 361 122 227 0 102 45 5 516 125 77
Binary 11110001 1010010 10010111 0 1000010 100101 101 101001110 1010101 111111

Color Harmonies of #F15297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15297

Black with #F15297

Text Example


Text Example

White with #F15297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15297; }

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

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

background-color css

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

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

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

border-color css

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

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

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