Html Css Color HEX #F14472 Dark Pink

📋 copy color: '#F14472'

red 241 ◦ green 68 ◦ blue 114

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

Shades of Dark Pink #F14472

Tints of Dark Pink #F14472

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.08%

 BLUE value IS 114 (44.92% from 255) = 26.95%

R = 56.97%
G = 16.08%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F14472 (or 0xF14472) is known color: Dark Pink. HEX triplet: F1, 44 and 72. RGB value is (241,68,114). Sum of RGB (Red+Green+Blue) = 241+68+114=423 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.97% from 423); Green value is 68 (26.95% from 255 or 16.08% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 241 - color contains mainly: red. Hex color #F14472 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14472 is #0EBB8D. Grayscale: #7C7C7C. Windows color (decimal): -965518 or 7488753. OLE color: 7488753.

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

Color convert

RGB 241 68 114 -
CMYK 0 0.72 0.53 0.05
HSL 344.05º 0.86% 0.61% -
HSV(B) 344.05º 0.72% 0.95% -
XYZ 41.38 24.05 18.38 -
YUV 124.97 121.81 210.76 -
System Red Green Blue C M Y K H S L
Decimal 241 68 114 0 0.72 0.53 0.05 344.05 0.86 0.61
Hex F1 44 72 0 48 35 5 158 56 3D
Octal 361 104 162 0 110 65 5 530 126 75
Binary 11110001 1000100 1110010 0 1001000 110101 101 101011000 1010110 111101

Color Harmonies of #F14472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14472

Black with #F14472

Text Example


Text Example

White with #F14472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14472; }

 p { color: rgb(241,68,114); }

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

background-color css

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

 a { background-color: rgb(241,68,114); }

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

border-color css

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

 span { border-color: rgb(241,68,114); }

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