Html Css Color HEX #F14994 French Rose

📋 copy color: '#F14994'

red 241 ◦ green 73 ◦ blue 148

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

Shades of French Rose #F14994

Tints of French Rose #F14994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 32.03%

R = 52.16%
G = 15.8%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F14994 (or 0xF14994) is known color: French Rose. HEX triplet: F1, 49 and 94. RGB value is (241,73,148). Sum of RGB (Red+Green+Blue) = 241+73+148=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 73 (28.91% from 255 or 15.80% from 462); Blue value is 148 (58.20% from 255 or 32.03% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F14994 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14994 is #0EB66B. Grayscale: #838383. Windows color (decimal): -964204 or 9718257. OLE color: 9718257.

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

Color convert

RGB 241 73 148 -
CMYK 0 0.70 0.39 0.05
HSL 333.21º 0.86% 0.62% -
HSV(B) 333.21º 0.7% 0.95% -
XYZ 44 25.6 30.64 -
YUV 131.78 137.16 205.9 -
System Red Green Blue C M Y K H S L
Decimal 241 73 148 0 0.70 0.39 0.05 333.21 0.86 0.62
Hex F1 49 94 0 46 27 5 14D 56 3E
Octal 361 111 224 0 106 47 5 515 126 76
Binary 11110001 1001001 10010100 0 1000110 100111 101 101001101 1010110 111110

Color Harmonies of #F14994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14994

Black with #F14994

Text Example


Text Example

White with #F14994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14994; }

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

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

background-color css

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

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

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

border-color css

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

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

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