Html Css Color HEX #F14577 Dark Pink

📋 copy color: '#F14577'

red 241 ◦ green 69 ◦ blue 119

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

Shades of Dark Pink #F14577

Tints of Dark Pink #F14577

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.08%

 BLUE value IS 119 (46.88% from 255) = 27.74%

R = 56.18%
G = 16.08%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F14577 (or 0xF14577) is known color: Dark Pink. HEX triplet: F1, 45 and 77. RGB value is (241,69,119). Sum of RGB (Red+Green+Blue) = 241+69+119=429 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.18% from 429); Green value is 69 (27.34% from 255 or 16.08% from 429); Blue value is 119 (46.88% from 255 or 27.74% from 429); Max value from RGB is 241 - color contains mainly: red. Hex color #F14577 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14577 is #0EBA88. Grayscale: #7E7E7E. Windows color (decimal): -965257 or 7816689. OLE color: 7816689.

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

Color convert

RGB 241 69 119 -
CMYK 0 0.71 0.51 0.05
HSL 342.56º 0.86% 0.61% -
HSV(B) 342.56º 0.71% 0.95% -
XYZ 41.73 24.29 19.94 -
YUV 126.13 123.98 209.93 -
System Red Green Blue C M Y K H S L
Decimal 241 69 119 0 0.71 0.51 0.05 342.56 0.86 0.61
Hex F1 45 77 0 47 33 5 157 56 3D
Octal 361 105 167 0 107 63 5 527 126 75
Binary 11110001 1000101 1110111 0 1000111 110011 101 101010111 1010110 111101

Color Harmonies of #F14577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14577

Black with #F14577

Text Example


Text Example

White with #F14577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14577; }

 p { color: rgb(241,69,119); }

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

background-color css

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

 a { background-color: rgb(241,69,119); }

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

border-color css

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

 span { border-color: rgb(241,69,119); }

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