Html Css Color HEX #F14A7B Dark Pink

📋 copy color: '#F14A7B'

red 241 ◦ green 74 ◦ blue 123

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

Shades of Dark Pink #F14A7B

Tints of Dark Pink #F14A7B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.89%

 BLUE value IS 123 (48.44% from 255) = 28.08%

R = 55.02%
G = 16.89%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F14A7B (or 0xF14A7B) is known color: Dark Pink. HEX triplet: F1, 4A and 7B. RGB value is (241,74,123). Sum of RGB (Red+Green+Blue) = 241+74+123=438 (58% of max value = 765). Red value is 241 (94.53% from 255 or 55.02% from 438); Green value is 74 (29.30% from 255 or 16.89% from 438); Blue value is 123 (48.44% from 255 or 28.08% from 438); Max value from RGB is 241 - color contains mainly: red. Hex color #F14A7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14A7B is #0EB584. Grayscale: #818181. Windows color (decimal): -963973 or 8080113. OLE color: 8080113.

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

Color convert

RGB 241 74 123 -
CMYK 0 0.69 0.49 0.05
HSL 342.4º 0.86% 0.62% -
HSV(B) 342.4º 0.69% 0.95% -
XYZ 42.3 25.03 21.34 -
YUV 129.52 124.33 207.52 -
System Red Green Blue C M Y K H S L
Decimal 241 74 123 0 0.69 0.49 0.05 342.4 0.86 0.62
Hex F1 4A 7B 0 45 31 5 156 56 3E
Octal 361 112 173 0 105 61 5 526 126 76
Binary 11110001 1001010 1111011 0 1000101 110001 101 101010110 1010110 111110

Color Harmonies of #F14A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14A7B

Black with #F14A7B

Text Example


Text Example

White with #F14A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14A7B; }

 p { color: rgb(241,74,123); }

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

background-color css

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

 a { background-color: rgb(241,74,123); }

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

border-color css

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

 span { border-color: rgb(241,74,123); }

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