Html Css Color HEX #F14674 Dark Pink

📋 copy color: '#F14674'

red 241 ◦ green 70 ◦ blue 116

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

Shades of Dark Pink #F14674

Tints of Dark Pink #F14674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.17%

R = 56.44%
G = 16.39%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F14674 (or 0xF14674) is known color: Dark Pink. HEX triplet: F1, 46 and 74. RGB value is (241,70,116). Sum of RGB (Red+Green+Blue) = 241+70+116=427 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.44% from 427); Green value is 70 (27.73% from 255 or 16.39% from 427); Blue value is 116 (45.70% from 255 or 27.17% from 427); Max value from RGB is 241 - color contains mainly: red. Hex color #F14674 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14674 is #0EB98B. Grayscale: #7E7E7E. Windows color (decimal): -965004 or 7620337. OLE color: 7620337.

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

Color convert

RGB 241 70 116 -
CMYK 0 0.71 0.52 0.05
HSL 343.86º 0.86% 0.61% -
HSV(B) 343.86º 0.71% 0.95% -
XYZ 41.62 24.34 19.03 -
YUV 126.37 122.15 209.76 -
System Red Green Blue C M Y K H S L
Decimal 241 70 116 0 0.71 0.52 0.05 343.86 0.86 0.61
Hex F1 46 74 0 47 34 5 158 56 3D
Octal 361 106 164 0 107 64 5 530 126 75
Binary 11110001 1000110 1110100 0 1000111 110100 101 101011000 1010110 111101

Color Harmonies of #F14674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14674

Black with #F14674

Text Example


Text Example

White with #F14674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14674; }

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

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

background-color css

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

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

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

border-color css

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

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

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