Html Css Color HEX #F14373 Dark Pink

📋 copy color: '#F14373'

red 241 ◦ green 67 ◦ blue 115

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

Shades of Dark Pink #F14373

Tints of Dark Pink #F14373

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.84%

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

R = 56.97%
G = 15.84%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F14373 (or 0xF14373) is known color: Dark Pink. HEX triplet: F1, 43 and 73. RGB value is (241,67,115). Sum of RGB (Red+Green+Blue) = 241+67+115=423 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.97% from 423); Green value is 67 (26.56% from 255 or 15.84% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 241 - color contains mainly: red. Hex color #F14373 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14373 is #0EBC8C. Grayscale: #7C7C7C. Windows color (decimal): -965773 or 7554033. OLE color: 7554033.

HSL color Cylindrical-coordinate representation of color #F14373: hue angle of 343.45º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F14373 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 67 115 -
CMYK 0 0.72 0.52 0.05
HSL 343.45º 0.86% 0.6% -
HSV(B) 343.45º 0.72% 0.95% -
XYZ 41.38 23.95 18.66 -
YUV 124.5 122.65 211.1 -
System Red Green Blue C M Y K H S L
Decimal 241 67 115 0 0.72 0.52 0.05 343.45 0.86 0.6
Hex F1 43 73 0 48 34 5 157 56 3C
Octal 361 103 163 0 110 64 5 527 126 74
Binary 11110001 1000011 1110011 0 1001000 110100 101 101010111 1010110 111100

Color Harmonies of #F14373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14373

Black with #F14373

Text Example


Text Example

White with #F14373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14373; }

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

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

background-color css

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

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

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

border-color css

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

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

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