Html Css Color HEX #F14987 French Rose

📋 copy color: '#F14987'

red 241 ◦ green 73 ◦ blue 135

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

Shades of French Rose #F14987

Tints of French Rose #F14987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 30.07%

R = 53.67%
G = 16.26%
B = 30.07%

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

#F14987 (or 0xF14987) is known color: French Rose. HEX triplet: F1, 49 and 87. RGB value is (241,73,135). Sum of RGB (Red+Green+Blue) = 241+73+135=449 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.67% from 449); Green value is 73 (28.91% from 255 or 16.26% from 449); Blue value is 135 (53.12% from 255 or 30.07% from 449); Max value from RGB is 241 - color contains mainly: red. Hex color #F14987 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14987 is #0EB678. Grayscale: #828282. Windows color (decimal): -964217 or 8866289. OLE color: 8866289.

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

Color convert

RGB 241 73 135 -
CMYK 0 0.70 0.44 0.05
HSL 337.86º 0.86% 0.62% -
HSV(B) 337.86º 0.7% 0.95% -
XYZ 43.03 25.22 25.52 -
YUV 130.3 130.66 206.96 -
System Red Green Blue C M Y K H S L
Decimal 241 73 135 0 0.70 0.44 0.05 337.86 0.86 0.62
Hex F1 49 87 0 46 2C 5 152 56 3E
Octal 361 111 207 0 106 54 5 522 126 76
Binary 11110001 1001001 10000111 0 1000110 101100 101 101010010 1010110 111110

Color Harmonies of #F14987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14987

Black with #F14987

Text Example


Text Example

White with #F14987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14987; }

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

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

background-color css

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

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

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

border-color css

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

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

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