Html Css Color HEX #F14980 French Rose

📋 copy color: '#F14980'

red 241 ◦ green 73 ◦ blue 128

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

Shades of French Rose #F14980

Tints of French Rose #F14980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 28.96%

R = 54.52%
G = 16.52%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F14980 (or 0xF14980) is known color: French Rose. HEX triplet: F1, 49 and 80. RGB value is (241,73,128). Sum of RGB (Red+Green+Blue) = 241+73+128=442 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.52% from 442); Green value is 73 (28.91% from 255 or 16.52% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 241 - color contains mainly: red. Hex color #F14980 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14980 is #0EB67F. Grayscale: #818181. Windows color (decimal): -964224 or 8407537. OLE color: 8407537.

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

Color convert

RGB 241 73 128 -
CMYK 0 0.70 0.47 0.05
HSL 340.36º 0.86% 0.62% -
HSV(B) 340.36º 0.7% 0.95% -
XYZ 42.55 25.02 23.01 -
YUV 129.5 127.16 207.53 -
System Red Green Blue C M Y K H S L
Decimal 241 73 128 0 0.70 0.47 0.05 340.36 0.86 0.62
Hex F1 49 80 0 46 2F 5 154 56 3E
Octal 361 111 200 0 106 57 5 524 126 76
Binary 11110001 1001001 10000000 0 1000110 101111 101 101010100 1010110 111110

Color Harmonies of #F14980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14980

Black with #F14980

Text Example


Text Example

White with #F14980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14980; }

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

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

background-color css

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

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

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

border-color css

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

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

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