Html Css Color HEX #F14995 French Rose

📋 copy color: '#F14995'

red 241 ◦ green 73 ◦ blue 149

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

Shades of French Rose #F14995

Tints of French Rose #F14995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 32.18%

R = 52.05%
G = 15.77%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F14995 (or 0xF14995) is known color: French Rose. HEX triplet: F1, 49 and 95. RGB value is (241,73,149). Sum of RGB (Red+Green+Blue) = 241+73+149=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 73 (28.91% from 255 or 15.77% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F14995 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14995 is #0EB66A. Grayscale: #838383. Windows color (decimal): -964203 or 9783793. OLE color: 9783793.

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

Color convert

RGB 241 73 149 -
CMYK 0 0.70 0.38 0.05
HSL 332.86º 0.86% 0.62% -
HSV(B) 332.86º 0.7% 0.95% -
XYZ 44.08 25.64 31.06 -
YUV 131.9 137.66 205.82 -
System Red Green Blue C M Y K H S L
Decimal 241 73 149 0 0.70 0.38 0.05 332.86 0.86 0.62
Hex F1 49 95 0 46 26 5 14D 56 3E
Octal 361 111 225 0 106 46 5 515 126 76
Binary 11110001 1001001 10010101 0 1000110 100110 101 101001101 1010110 111110

Color Harmonies of #F14995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14995

Black with #F14995

Text Example


Text Example

White with #F14995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14995; }

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

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

background-color css

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

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

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

border-color css

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

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

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