Html Css Color HEX #F14993 French Rose

📋 copy color: '#F14993'

red 241 ◦ green 73 ◦ blue 147

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

Shades of French Rose #F14993

Tints of French Rose #F14993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.89%

R = 52.28%
G = 15.84%
B = 31.89%

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

#F14993 (or 0xF14993) is known color: French Rose. HEX triplet: F1, 49 and 93. RGB value is (241,73,147). Sum of RGB (Red+Green+Blue) = 241+73+147=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 73 (28.91% from 255 or 15.84% from 461); Blue value is 147 (57.81% from 255 or 31.89% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F14993 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14993 is #0EB66C. Grayscale: #838383. Windows color (decimal): -964205 or 9652721. OLE color: 9652721.

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

Color convert

RGB 241 73 147 -
CMYK 0 0.70 0.39 0.05
HSL 333.57º 0.86% 0.62% -
HSV(B) 333.57º 0.7% 0.95% -
XYZ 43.92 25.57 30.22 -
YUV 131.67 136.66 205.98 -
System Red Green Blue C M Y K H S L
Decimal 241 73 147 0 0.70 0.39 0.05 333.57 0.86 0.62
Hex F1 49 93 0 46 27 5 14E 56 3E
Octal 361 111 223 0 106 47 5 516 126 76
Binary 11110001 1001001 10010011 0 1000110 100111 101 101001110 1010110 111110

Color Harmonies of #F14993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14993

Black with #F14993

Text Example


Text Example

White with #F14993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14993; }

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

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

background-color css

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

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

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

border-color css

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

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

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