Html Css Color HEX #F14F74 Dark Pink

📋 copy color: '#F14F74'

red 241 ◦ green 79 ◦ blue 116

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

Shades of Dark Pink #F14F74

Tints of Dark Pink #F14F74

RGB

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

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

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

R = 55.28%
G = 18.12%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F14F74 (or 0xF14F74) is known color: Dark Pink. HEX triplet: F1, 4F and 74. RGB value is (241,79,116). Sum of RGB (Red+Green+Blue) = 241+79+116=436 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.28% from 436); Green value is 79 (31.25% from 255 or 18.12% from 436); Blue value is 116 (45.70% from 255 or 26.61% from 436); Max value from RGB is 241 - color contains mainly: red. Hex color #F14F74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F14F74 is #0EB08B. Grayscale: #838383. Windows color (decimal): -962700 or 7622641. OLE color: 7622641.

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

Color convert

RGB 241 79 116 -
CMYK 0 0.67 0.52 0.05
HSL 346.3º 0.85% 0.63% -
HSV(B) 346.3º 0.67% 0.95% -
XYZ 42.22 25.55 19.23 -
YUV 131.66 119.17 205.99 -
System Red Green Blue C M Y K H S L
Decimal 241 79 116 0 0.67 0.52 0.05 346.3 0.85 0.63
Hex F1 4F 74 0 43 34 5 15A 55 3F
Octal 361 117 164 0 103 64 5 532 125 77
Binary 11110001 1001111 1110100 0 1000011 110100 101 101011010 1010101 111111

Color Harmonies of #F14F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14F74

Black with #F14F74

Text Example


Text Example

White with #F14F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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