Html Css Color HEX #F14777 Dark Pink

📋 copy color: '#F14777'

red 241 ◦ green 71 ◦ blue 119

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

Shades of Dark Pink #F14777

Tints of Dark Pink #F14777

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.47%

 BLUE value IS 119 (46.88% from 255) = 27.61%

R = 55.92%
G = 16.47%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F14777 (or 0xF14777) is known color: Dark Pink. HEX triplet: F1, 47 and 77. RGB value is (241,71,119). Sum of RGB (Red+Green+Blue) = 241+71+119=431 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.92% from 431); Green value is 71 (28.12% from 255 or 16.47% from 431); Blue value is 119 (46.88% from 255 or 27.61% from 431); Max value from RGB is 241 - color contains mainly: red. Hex color #F14777 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14777 is #0EB888. Grayscale: #7F7F7F. Windows color (decimal): -964745 or 7817201. OLE color: 7817201.

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

Color convert

RGB 241 71 119 -
CMYK 0 0.71 0.51 0.05
HSL 343.06º 0.86% 0.61% -
HSV(B) 343.06º 0.71% 0.95% -
XYZ 41.86 24.54 19.98 -
YUV 127.3 123.32 209.1 -
System Red Green Blue C M Y K H S L
Decimal 241 71 119 0 0.71 0.51 0.05 343.06 0.86 0.61
Hex F1 47 77 0 47 33 5 157 56 3D
Octal 361 107 167 0 107 63 5 527 126 75
Binary 11110001 1000111 1110111 0 1000111 110011 101 101010111 1010110 111101

Color Harmonies of #F14777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14777

Black with #F14777

Text Example


Text Example

White with #F14777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14777; }

 p { color: rgb(241,71,119); }

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

background-color css

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

 a { background-color: rgb(241,71,119); }

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

border-color css

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

 span { border-color: rgb(241,71,119); }

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