Html Css Color HEX #F14F7C Dark Pink

📋 copy color: '#F14F7C'

red 241 ◦ green 79 ◦ blue 124

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

Shades of Dark Pink #F14F7C

Tints of Dark Pink #F14F7C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.79%

 BLUE value IS 124 (48.83% from 255) = 27.93%

R = 54.28%
G = 17.79%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F14F7C (or 0xF14F7C) is known color: Dark Pink. HEX triplet: F1, 4F and 7C. RGB value is (241,79,124). Sum of RGB (Red+Green+Blue) = 241+79+124=444 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.28% from 444); Green value is 79 (31.25% from 255 or 17.79% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 241 - color contains mainly: red. Hex color #F14F7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F14F7C is #0EB083. Grayscale: #848484. Windows color (decimal): -962692 or 8146929. OLE color: 8146929.

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

Color convert

RGB 241 79 124 -
CMYK 0 0.67 0.49 0.05
HSL 343.33º 0.85% 0.63% -
HSV(B) 343.33º 0.67% 0.95% -
XYZ 42.71 25.75 21.79 -
YUV 132.57 123.17 205.34 -
System Red Green Blue C M Y K H S L
Decimal 241 79 124 0 0.67 0.49 0.05 343.33 0.85 0.63
Hex F1 4F 7C 0 43 31 5 157 55 3F
Octal 361 117 174 0 103 61 5 527 125 77
Binary 11110001 1001111 1111100 0 1000011 110001 101 101010111 1010101 111111

Color Harmonies of #F14F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14F7C

Black with #F14F7C

Text Example


Text Example

White with #F14F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14F7C; }

 p { color: rgb(241,79,124); }

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

background-color css

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

 a { background-color: rgb(241,79,124); }

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

border-color css

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

 span { border-color: rgb(241,79,124); }

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