Html Css Color HEX #F14976 Dark Pink

📋 copy color: '#F14976'

red 241 ◦ green 73 ◦ blue 118

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

Shades of Dark Pink #F14976

Tints of Dark Pink #F14976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.31%

R = 55.79%
G = 16.9%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F14976 (or 0xF14976) is known color: Dark Pink. HEX triplet: F1, 49 and 76. RGB value is (241,73,118). Sum of RGB (Red+Green+Blue) = 241+73+118=432 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.79% from 432); Green value is 73 (28.91% from 255 or 16.90% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 241 - color contains mainly: red. Hex color #F14976 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14976 is #0EB689. Grayscale: #808080. Windows color (decimal): -964234 or 7752177. OLE color: 7752177.

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

Color convert

RGB 241 73 118 -
CMYK 0 0.70 0.51 0.05
HSL 343.93º 0.86% 0.62% -
HSV(B) 343.93º 0.7% 0.95% -
XYZ 41.93 24.77 19.71 -
YUV 128.36 122.16 208.34 -
System Red Green Blue C M Y K H S L
Decimal 241 73 118 0 0.70 0.51 0.05 343.93 0.86 0.62
Hex F1 49 76 0 46 33 5 158 56 3E
Octal 361 111 166 0 106 63 5 530 126 76
Binary 11110001 1001001 1110110 0 1000110 110011 101 101011000 1010110 111110

Color Harmonies of #F14976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14976

Black with #F14976

Text Example


Text Example

White with #F14976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14976; }

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

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

background-color css

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

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

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

border-color css

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

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

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