Html Css Color HEX #F14C7F Dark Pink

📋 copy color: '#F14C7F'

red 241 ◦ green 76 ◦ blue 127

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

Shades of Dark Pink #F14C7F

Tints of Dark Pink #F14C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.6%

R = 54.28%
G = 17.12%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F14C7F (or 0xF14C7F) is known color: Dark Pink. HEX triplet: F1, 4C and 7F. RGB value is (241,76,127). Sum of RGB (Red+Green+Blue) = 241+76+127=444 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.28% from 444); Green value is 76 (30.08% from 255 or 17.12% from 444); Blue value is 127 (50% from 255 or 28.60% from 444); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14C7F is #0EB380. Grayscale: #838383. Windows color (decimal): -963457 or 8342769. OLE color: 8342769.

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

Color convert

RGB 241 76 127 -
CMYK 0 0.68 0.47 0.05
HSL 341.45º 0.85% 0.62% -
HSV(B) 341.45º 0.68% 0.95% -
XYZ 42.69 25.4 22.73 -
YUV 131.15 125.66 206.35 -
System Red Green Blue C M Y K H S L
Decimal 241 76 127 0 0.68 0.47 0.05 341.45 0.85 0.62
Hex F1 4C 7F 0 44 2F 5 155 55 3E
Octal 361 114 177 0 104 57 5 525 125 76
Binary 11110001 1001100 1111111 0 1000100 101111 101 101010101 1010101 111110

Color Harmonies of #F14C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14C7F

Black with #F14C7F

Text Example


Text Example

White with #F14C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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