Html Css Color HEX #F14886 French Rose

📋 copy color: '#F14886'

red 241 ◦ green 72 ◦ blue 134

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

Shades of French Rose #F14886

Tints of French Rose #F14886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 29.98%

R = 53.91%
G = 16.11%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F14886 (or 0xF14886) is known color: French Rose. HEX triplet: F1, 48 and 86. RGB value is (241,72,134). Sum of RGB (Red+Green+Blue) = 241+72+134=447 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.91% from 447); Green value is 72 (28.52% from 255 or 16.11% from 447); Blue value is 134 (52.73% from 255 or 29.98% from 447); Max value from RGB is 241 - color contains mainly: red. Hex color #F14886 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14886 is #0EB779. Grayscale: #818181. Windows color (decimal): -964474 or 8800497. OLE color: 8800497.

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

Color convert

RGB 241 72 134 -
CMYK 0 0.70 0.44 0.05
HSL 337.99º 0.86% 0.61% -
HSV(B) 337.99º 0.7% 0.95% -
XYZ 42.9 25.06 25.13 -
YUV 129.6 130.49 207.46 -
System Red Green Blue C M Y K H S L
Decimal 241 72 134 0 0.70 0.44 0.05 337.99 0.86 0.61
Hex F1 48 86 0 46 2C 5 152 56 3D
Octal 361 110 206 0 106 54 5 522 126 75
Binary 11110001 1001000 10000110 0 1000110 101100 101 101010010 1010110 111101

Color Harmonies of #F14886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14886

Black with #F14886

Text Example


Text Example

White with #F14886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14886; }

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

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

background-color css

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

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

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

border-color css

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

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

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