Html Css Color HEX #F14871 Dark Pink

📋 copy color: '#F14871'

red 241 ◦ green 72 ◦ blue 113

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

Shades of Dark Pink #F14871

Tints of Dark Pink #F14871

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.9%

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

R = 56.57%
G = 16.9%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F14871 (or 0xF14871) is known color: Dark Pink. HEX triplet: F1, 48 and 71. RGB value is (241,72,113). Sum of RGB (Red+Green+Blue) = 241+72+113=426 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.57% from 426); Green value is 72 (28.52% from 255 or 16.90% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 241 - color contains mainly: red. Hex color #F14871 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14871 is #0EB78E. Grayscale: #7F7F7F. Windows color (decimal): -964495 or 7424241. OLE color: 7424241.

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

Color convert

RGB 241 72 113 -
CMYK 0 0.70 0.53 0.05
HSL 345.44º 0.86% 0.61% -
HSV(B) 345.44º 0.7% 0.95% -
XYZ 41.57 24.53 18.17 -
YUV 127.21 119.99 209.17 -
System Red Green Blue C M Y K H S L
Decimal 241 72 113 0 0.70 0.53 0.05 345.44 0.86 0.61
Hex F1 48 71 0 46 35 5 159 56 3D
Octal 361 110 161 0 106 65 5 531 126 75
Binary 11110001 1001000 1110001 0 1000110 110101 101 101011001 1010110 111101

Color Harmonies of #F14871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14871

Black with #F14871

Text Example


Text Example

White with #F14871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14871; }

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

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

background-color css

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

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

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

border-color css

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

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

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