Html Css Color HEX #F1497E French Rose

📋 copy color: '#F1497E'

red 241 ◦ green 73 ◦ blue 126

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

Shades of French Rose #F1497E

Tints of French Rose #F1497E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.64%

R = 54.77%
G = 16.59%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F1497E (or 0xF1497E) is known color: French Rose. HEX triplet: F1, 49 and 7E. RGB value is (241,73,126). Sum of RGB (Red+Green+Blue) = 241+73+126=440 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.77% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 126 (49.61% from 255 or 28.64% from 440); Max value from RGB is 241 - color contains mainly: red. Hex color #F1497E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1497E is #0EB681. Grayscale: #818181. Windows color (decimal): -964226 or 8276465. OLE color: 8276465.

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

Color convert

RGB 241 73 126 -
CMYK 0 0.70 0.48 0.05
HSL 341.07º 0.86% 0.62% -
HSV(B) 341.07º 0.7% 0.95% -
XYZ 42.42 24.97 22.32 -
YUV 129.27 126.16 207.69 -
System Red Green Blue C M Y K H S L
Decimal 241 73 126 0 0.70 0.48 0.05 341.07 0.86 0.62
Hex F1 49 7E 0 46 30 5 155 56 3E
Octal 361 111 176 0 106 60 5 525 126 76
Binary 11110001 1001001 1111110 0 1000110 110000 101 101010101 1010110 111110

Color Harmonies of #F1497E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1497E

Black with #F1497E

Text Example


Text Example

White with #F1497E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1497E; }

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

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

background-color css

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

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

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

border-color css

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

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

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