Html Css Color HEX #F14973 Dark Pink

📋 copy color: '#F14973'

red 241 ◦ green 73 ◦ blue 115

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

Shades of Dark Pink #F14973

Tints of Dark Pink #F14973

RGB

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

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

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

R = 56.18%
G = 17.02%
B = 26.81%

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

#F14973 (or 0xF14973) is known color: Dark Pink. HEX triplet: F1, 49 and 73. RGB value is (241,73,115). Sum of RGB (Red+Green+Blue) = 241+73+115=429 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.18% from 429); Green value is 73 (28.91% from 255 or 17.02% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 241 - color contains mainly: red. Hex color #F14973 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14973 is #0EB68C. Grayscale: #808080. Windows color (decimal): -964237 or 7555569. OLE color: 7555569.

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

Color convert

RGB 241 73 115 -
CMYK 0 0.70 0.52 0.05
HSL 345º 0.86% 0.62% -
HSV(B) 345º 0.7% 0.95% -
XYZ 41.75 24.7 18.79 -
YUV 128.02 120.66 208.58 -
System Red Green Blue C M Y K H S L
Decimal 241 73 115 0 0.70 0.52 0.05 345 0.86 0.62
Hex F1 49 73 0 46 34 5 159 56 3E
Octal 361 111 163 0 106 64 5 531 126 76
Binary 11110001 1001001 1110011 0 1000110 110100 101 101011001 1010110 111110

Color Harmonies of #F14973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14973

Black with #F14973

Text Example


Text Example

White with #F14973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14973; }

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

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

background-color css

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

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

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

border-color css

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

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

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