Html Css Color HEX #F14C76 Dark Pink

📋 copy color: '#F14C76'

red 241 ◦ green 76 ◦ blue 118

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

Shades of Dark Pink #F14C76

Tints of Dark Pink #F14C76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.13%

R = 55.4%
G = 17.47%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F14C76 (or 0xF14C76) is known color: Dark Pink. HEX triplet: F1, 4C and 76. RGB value is (241,76,118). Sum of RGB (Red+Green+Blue) = 241+76+118=435 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.40% from 435); Green value is 76 (30.08% from 255 or 17.47% from 435); Blue value is 118 (46.48% from 255 or 27.13% from 435); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14C76 is #0EB389. Grayscale: #828282. Windows color (decimal): -963466 or 7752945. OLE color: 7752945.

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

Color convert

RGB 241 76 118 -
CMYK 0 0.68 0.51 0.05
HSL 344.73º 0.85% 0.62% -
HSV(B) 344.73º 0.68% 0.95% -
XYZ 42.13 25.18 19.78 -
YUV 130.12 121.16 207.08 -
System Red Green Blue C M Y K H S L
Decimal 241 76 118 0 0.68 0.51 0.05 344.73 0.85 0.62
Hex F1 4C 76 0 44 33 5 159 55 3E
Octal 361 114 166 0 104 63 5 531 125 76
Binary 11110001 1001100 1110110 0 1000100 110011 101 101011001 1010101 111110

Color Harmonies of #F14C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14C76

Black with #F14C76

Text Example


Text Example

White with #F14C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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