Html Css Color HEX #F14E97 French Rose

📋 copy color: '#F14E97'

red 241 ◦ green 78 ◦ blue 151

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

Shades of French Rose #F14E97

Tints of French Rose #F14E97

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.6%

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

R = 51.28%
G = 16.6%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F14E97 (or 0xF14E97) is known color: French Rose. HEX triplet: F1, 4E and 97. RGB value is (241,78,151). Sum of RGB (Red+Green+Blue) = 241+78+151=470 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.28% from 470); Green value is 78 (30.86% from 255 or 16.60% from 470); Blue value is 151 (59.38% from 255 or 32.13% from 470); Max value from RGB is 241 - color contains mainly: red. Hex color #F14E97 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F14E97 is #0EB168. Grayscale: #868686. Windows color (decimal): -962921 or 9916145. OLE color: 9916145.

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

Color convert

RGB 241 78 151 -
CMYK 0 0.68 0.37 0.05
HSL 333.13º 0.85% 0.63% -
HSV(B) 333.13º 0.68% 0.95% -
XYZ 44.59 26.38 32.02 -
YUV 135.06 137 203.56 -
System Red Green Blue C M Y K H S L
Decimal 241 78 151 0 0.68 0.37 0.05 333.13 0.85 0.63
Hex F1 4E 97 0 44 25 5 14D 55 3F
Octal 361 116 227 0 104 45 5 515 125 77
Binary 11110001 1001110 10010111 0 1000100 100101 101 101001101 1010101 111111

Color Harmonies of #F14E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14E97

Black with #F14E97

Text Example


Text Example

White with #F14E97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14E97; }

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

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

background-color css

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

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

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

border-color css

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

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

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