Html Css Color HEX #F14891 French Rose

📋 copy color: '#F14891'

red 241 ◦ green 72 ◦ blue 145

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

Shades of French Rose #F14891

Tints of French Rose #F14891

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.72%

 BLUE value IS 145 (57.03% from 255) = 31.66%

R = 52.62%
G = 15.72%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F14891 (or 0xF14891) is known color: French Rose. HEX triplet: F1, 48 and 91. RGB value is (241,72,145). Sum of RGB (Red+Green+Blue) = 241+72+145=458 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.62% from 458); Green value is 72 (28.52% from 255 or 15.72% from 458); Blue value is 145 (57.03% from 255 or 31.66% from 458); Max value from RGB is 241 - color contains mainly: red. Hex color #F14891 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14891 is #0EB76E. Grayscale: #828282. Windows color (decimal): -964463 or 9521393. OLE color: 9521393.

HSL color Cylindrical-coordinate representation of color #F14891: hue angle of 334.08º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F14891 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 72 145 -
CMYK 0 0.70 0.40 0.05
HSL 334.08º 0.86% 0.61% -
HSV(B) 334.08º 0.7% 0.95% -
XYZ 43.7 25.38 29.38 -
YUV 130.85 135.99 206.56 -
System Red Green Blue C M Y K H S L
Decimal 241 72 145 0 0.70 0.40 0.05 334.08 0.86 0.61
Hex F1 48 91 0 46 28 5 14E 56 3D
Octal 361 110 221 0 106 50 5 516 126 75
Binary 11110001 1001000 10010001 0 1000110 101000 101 101001110 1010110 111101

Color Harmonies of #F14891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14891

Black with #F14891

Text Example


Text Example

White with #F14891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14891; }

 p { color: rgb(241,72,145); }

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

background-color css

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

 a { background-color: rgb(241,72,145); }

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

border-color css

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

 span { border-color: rgb(241,72,145); }

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