Html Css Color HEX #F1497F French Rose

📋 copy color: '#F1497F'

red 241 ◦ green 73 ◦ blue 127

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

Shades of French Rose #F1497F

Tints of French Rose #F1497F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.55%

 BLUE value IS 127 (50% from 255) = 28.8%

R = 54.65%
G = 16.55%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F1497F (or 0xF1497F) is known color: French Rose. HEX triplet: F1, 49 and 7F. RGB value is (241,73,127). Sum of RGB (Red+Green+Blue) = 241+73+127=441 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.65% from 441); Green value is 73 (28.91% from 255 or 16.55% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 241 - color contains mainly: red. Hex color #F1497F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1497F is #0EB680. Grayscale: #818181. Windows color (decimal): -964225 or 8342001. OLE color: 8342001.

HSL color Cylindrical-coordinate representation of color #F1497F: hue angle of 340.71º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F1497F is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 73 127 -
CMYK 0 0.70 0.47 0.05
HSL 340.71º 0.86% 0.62% -
HSV(B) 340.71º 0.7% 0.95% -
XYZ 42.49 25 22.66 -
YUV 129.39 126.66 207.61 -
System Red Green Blue C M Y K H S L
Decimal 241 73 127 0 0.70 0.47 0.05 340.71 0.86 0.62
Hex F1 49 7F 0 46 2F 5 155 56 3E
Octal 361 111 177 0 106 57 5 525 126 76
Binary 11110001 1001001 1111111 0 1000110 101111 101 101010101 1010110 111110

Color Harmonies of #F1497F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1497F

Black with #F1497F

Text Example


Text Example

White with #F1497F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1497F; }

 p { color: rgb(241,73,127); }

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

background-color css

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

 a { background-color: rgb(241,73,127); }

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

border-color css

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

 span { border-color: rgb(241,73,127); }

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