Html Css Color HEX #F14C72 Dark Pink

📋 copy color: '#F14C72'

red 241 ◦ green 76 ◦ blue 114

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

Shades of Dark Pink #F14C72

Tints of Dark Pink #F14C72

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.63%

 BLUE value IS 114 (44.92% from 255) = 26.45%

R = 55.92%
G = 17.63%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F14C72 (or 0xF14C72) is known color: Dark Pink. HEX triplet: F1, 4C and 72. RGB value is (241,76,114). Sum of RGB (Red+Green+Blue) = 241+76+114=431 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.92% from 431); Green value is 76 (30.08% from 255 or 17.63% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14C72 is #0EB38D. Grayscale: #818181. Windows color (decimal): -963470 or 7490801. OLE color: 7490801.

HSL color Cylindrical-coordinate representation of color #F14C72: hue angle of 346.18º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F14C72 is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 76 114 -
CMYK 0 0.68 0.53 0.05
HSL 346.18º 0.85% 0.62% -
HSV(B) 346.18º 0.68% 0.95% -
XYZ 41.9 25.08 18.55 -
YUV 129.67 119.16 207.41 -
System Red Green Blue C M Y K H S L
Decimal 241 76 114 0 0.68 0.53 0.05 346.18 0.85 0.62
Hex F1 4C 72 0 44 35 5 15A 55 3E
Octal 361 114 162 0 104 65 5 532 125 76
Binary 11110001 1001100 1110010 0 1000100 110101 101 101011010 1010101 111110

Color Harmonies of #F14C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14C72

Black with #F14C72

Text Example


Text Example

White with #F14C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14C72; }

 p { color: rgb(241,76,114); }

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

background-color css

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

 a { background-color: rgb(241,76,114); }

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

border-color css

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

 span { border-color: rgb(241,76,114); }

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