Html Css Color HEX #F14988 French Rose

📋 copy color: '#F14988'

red 241 ◦ green 73 ◦ blue 136

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

Shades of French Rose #F14988

Tints of French Rose #F14988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 30.22%

R = 53.56%
G = 16.22%
B = 30.22%

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

#F14988 (or 0xF14988) is known color: French Rose. HEX triplet: F1, 49 and 88. RGB value is (241,73,136). Sum of RGB (Red+Green+Blue) = 241+73+136=450 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.56% from 450); Green value is 73 (28.91% from 255 or 16.22% from 450); Blue value is 136 (53.52% from 255 or 30.22% from 450); Max value from RGB is 241 - color contains mainly: red. Hex color #F14988 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14988 is #0EB677. Grayscale: #828282. Windows color (decimal): -964216 or 8931825. OLE color: 8931825.

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

Color convert

RGB 241 73 136 -
CMYK 0 0.70 0.44 0.05
HSL 337.5º 0.86% 0.62% -
HSV(B) 337.5º 0.7% 0.95% -
XYZ 43.1 25.24 25.89 -
YUV 130.41 131.16 206.88 -
System Red Green Blue C M Y K H S L
Decimal 241 73 136 0 0.70 0.44 0.05 337.5 0.86 0.62
Hex F1 49 88 0 46 2C 5 152 56 3E
Octal 361 111 210 0 106 54 5 522 126 76
Binary 11110001 1001001 10001000 0 1000110 101100 101 101010010 1010110 111110

Color Harmonies of #F14988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14988

Black with #F14988

Text Example


Text Example

White with #F14988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14988; }

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

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

background-color css

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

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

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

border-color css

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

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

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