Html Css Color HEX #F14873 Dark Pink

📋 copy color: '#F14873'

red 241 ◦ green 72 ◦ blue 115

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

Shades of Dark Pink #F14873

Tints of Dark Pink #F14873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.87%

R = 56.31%
G = 16.82%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F14873 (or 0xF14873) is known color: Dark Pink. HEX triplet: F1, 48 and 73. RGB value is (241,72,115). Sum of RGB (Red+Green+Blue) = 241+72+115=428 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.31% from 428); Green value is 72 (28.52% from 255 or 16.82% from 428); Blue value is 115 (45.31% from 255 or 26.87% from 428); Max value from RGB is 241 - color contains mainly: red. Hex color #F14873 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14873 is #0EB78C. Grayscale: #7F7F7F. Windows color (decimal): -964493 or 7555313. OLE color: 7555313.

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

Color convert

RGB 241 72 115 -
CMYK 0 0.70 0.52 0.05
HSL 344.73º 0.86% 0.61% -
HSV(B) 344.73º 0.7% 0.95% -
XYZ 41.69 24.57 18.77 -
YUV 127.43 120.99 209 -
System Red Green Blue C M Y K H S L
Decimal 241 72 115 0 0.70 0.52 0.05 344.73 0.86 0.61
Hex F1 48 73 0 46 34 5 159 56 3D
Octal 361 110 163 0 106 64 5 531 126 75
Binary 11110001 1001000 1110011 0 1000110 110100 101 101011001 1010110 111101

Color Harmonies of #F14873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14873

Black with #F14873

Text Example


Text Example

White with #F14873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14873; }

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

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

background-color css

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

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

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

border-color css

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

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

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