Html Css Color HEX #F14879 Dark Pink

📋 copy color: '#F14879'

red 241 ◦ green 72 ◦ blue 121

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

Shades of Dark Pink #F14879

Tints of Dark Pink #F14879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 27.88%

R = 55.53%
G = 16.59%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F14879 (or 0xF14879) is known color: Dark Pink. HEX triplet: F1, 48 and 79. RGB value is (241,72,121). Sum of RGB (Red+Green+Blue) = 241+72+121=434 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.53% from 434); Green value is 72 (28.52% from 255 or 16.59% from 434); Blue value is 121 (47.66% from 255 or 27.88% from 434); Max value from RGB is 241 - color contains mainly: red. Hex color #F14879 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14879 is #0EB786. Grayscale: #808080. Windows color (decimal): -964487 or 7948529. OLE color: 7948529.

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

Color convert

RGB 241 72 121 -
CMYK 0 0.70 0.50 0.05
HSL 342.6º 0.86% 0.61% -
HSV(B) 342.6º 0.7% 0.95% -
XYZ 42.04 24.72 20.64 -
YUV 128.12 123.99 208.52 -
System Red Green Blue C M Y K H S L
Decimal 241 72 121 0 0.70 0.50 0.05 342.6 0.86 0.61
Hex F1 48 79 0 46 32 5 157 56 3D
Octal 361 110 171 0 106 62 5 527 126 75
Binary 11110001 1001000 1111001 0 1000110 110010 101 101010111 1010110 111101

Color Harmonies of #F14879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14879

Black with #F14879

Text Example


Text Example

White with #F14879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14879; }

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

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

background-color css

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

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

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

border-color css

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

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

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