Html Css Color HEX #F14A71 Dark Pink

📋 copy color: '#F14A71'

red 241 ◦ green 74 ◦ blue 113

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

Shades of Dark Pink #F14A71

Tints of Dark Pink #F14A71

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.29%

 BLUE value IS 113 (44.53% from 255) = 26.4%

R = 56.31%
G = 17.29%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F14A71 (or 0xF14A71) is known color: Dark Pink. HEX triplet: F1, 4A and 71. RGB value is (241,74,113). Sum of RGB (Red+Green+Blue) = 241+74+113=428 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.31% from 428); Green value is 74 (29.30% from 255 or 17.29% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 241 - color contains mainly: red. Hex color #F14A71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14A71 is #0EB58E. Grayscale: #808080. Windows color (decimal): -963983 or 7424753. OLE color: 7424753.

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

Color convert

RGB 241 74 113 -
CMYK 0 0.69 0.53 0.05
HSL 345.99º 0.86% 0.62% -
HSV(B) 345.99º 0.69% 0.95% -
XYZ 41.71 24.79 18.21 -
YUV 128.38 119.33 208.33 -
System Red Green Blue C M Y K H S L
Decimal 241 74 113 0 0.69 0.53 0.05 345.99 0.86 0.62
Hex F1 4A 71 0 45 35 5 15A 56 3E
Octal 361 112 161 0 105 65 5 532 126 76
Binary 11110001 1001010 1110001 0 1000101 110101 101 101011010 1010110 111110

Color Harmonies of #F14A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14A71

Black with #F14A71

Text Example


Text Example

White with #F14A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14A71; }

 p { color: rgb(241,74,113); }

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

background-color css

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

 a { background-color: rgb(241,74,113); }

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

border-color css

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

 span { border-color: rgb(241,74,113); }

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