Html Css Color HEX #F14676 Dark Pink

📋 copy color: '#F14676'

red 241 ◦ green 70 ◦ blue 118

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

Shades of Dark Pink #F14676

Tints of Dark Pink #F14676

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.32%

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

R = 56.18%
G = 16.32%
B = 27.51%

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

#F14676 (or 0xF14676) is known color: Dark Pink. HEX triplet: F1, 46 and 76. RGB value is (241,70,118). Sum of RGB (Red+Green+Blue) = 241+70+118=429 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.18% from 429); Green value is 70 (27.73% from 255 or 16.32% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 241 - color contains mainly: red. Hex color #F14676 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14676 is #0EB989. Grayscale: #7E7E7E. Windows color (decimal): -965002 or 7751409. OLE color: 7751409.

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

Color convert

RGB 241 70 118 -
CMYK 0 0.71 0.51 0.05
HSL 343.16º 0.86% 0.61% -
HSV(B) 343.16º 0.71% 0.95% -
XYZ 41.74 24.39 19.65 -
YUV 126.6 123.15 209.6 -
System Red Green Blue C M Y K H S L
Decimal 241 70 118 0 0.71 0.51 0.05 343.16 0.86 0.61
Hex F1 46 76 0 47 33 5 157 56 3D
Octal 361 106 166 0 107 63 5 527 126 75
Binary 11110001 1000110 1110110 0 1000111 110011 101 101010111 1010110 111101

Color Harmonies of #F14676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14676

Black with #F14676

Text Example


Text Example

White with #F14676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14676; }

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

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

background-color css

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

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

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

border-color css

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

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

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