Html Css Color HEX #F14E7A Dark Pink

📋 copy color: '#F14E7A'

red 241 ◦ green 78 ◦ blue 122

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

Shades of Dark Pink #F14E7A

Tints of Dark Pink #F14E7A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.69%

 BLUE value IS 122 (48.05% from 255) = 27.66%

R = 54.65%
G = 17.69%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F14E7A (or 0xF14E7A) is known color: Dark Pink. HEX triplet: F1, 4E and 7A. RGB value is (241,78,122). Sum of RGB (Red+Green+Blue) = 241+78+122=441 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.65% from 441); Green value is 78 (30.86% from 255 or 17.69% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 241 - color contains mainly: red. Hex color #F14E7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F14E7A is #0EB185. Grayscale: #838383. Windows color (decimal): -962950 or 8015601. OLE color: 8015601.

HSL color Cylindrical-coordinate representation of color #F14E7A: hue angle of 343.8º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F14E7A is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 78 122 -
CMYK 0 0.68 0.49 0.05
HSL 343.8º 0.85% 0.63% -
HSV(B) 343.8º 0.68% 0.95% -
XYZ 42.51 25.55 21.1 -
YUV 131.75 122.5 205.92 -
System Red Green Blue C M Y K H S L
Decimal 241 78 122 0 0.68 0.49 0.05 343.8 0.85 0.63
Hex F1 4E 7A 0 44 31 5 158 55 3F
Octal 361 116 172 0 104 61 5 530 125 77
Binary 11110001 1001110 1111010 0 1000100 110001 101 101011000 1010101 111111

Color Harmonies of #F14E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14E7A

Black with #F14E7A

Text Example


Text Example

White with #F14E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14E7A; }

 p { color: rgb(241,78,122); }

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

background-color css

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

 a { background-color: rgb(241,78,122); }

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

border-color css

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

 span { border-color: rgb(241,78,122); }

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