Html Css Color HEX #F4517C Dark Pink

📋 copy color: '#F4517C'

red 244 ◦ green 81 ◦ blue 124

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

Shades of Dark Pink #F4517C

Tints of Dark Pink #F4517C

RGB

 RED value IS 244 (95.7% from 255) = 54.34%

 GREEN value IS 81 (32.03% from 255) = 18.04%

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

R = 54.34%
G = 18.04%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F4517C (or 0xF4517C) is known color: Dark Pink. HEX triplet: F4, 51 and 7C. RGB value is (244,81,124). Sum of RGB (Red+Green+Blue) = 244+81+124=449 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.34% from 449); Green value is 81 (32.03% from 255 or 18.04% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 244 - color contains mainly: red. Hex color #F4517C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4517C is #0BAE83. Grayscale: #868686. Windows color (decimal): -765572 or 8147444. OLE color: 8147444.

HSL color Cylindrical-coordinate representation of color #F4517C: hue angle of 344.17º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F4517C is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 81 124 -
CMYK 0 0.67 0.49 0.04
HSL 344.17º 0.88% 0.64% -
HSV(B) 344.17º 0.67% 0.96% -
XYZ 43.89 26.57 21.88 -
YUV 134.64 122 206 -
System Red Green Blue C M Y K H S L
Decimal 244 81 124 0 0.67 0.49 0.04 344.17 0.88 0.64
Hex F4 51 7C 0 43 31 4 158 58 40
Octal 364 121 174 0 103 61 4 530 130 100
Binary 11110100 1010001 1111100 0 1000011 110001 100 101011000 1011000 1000000

Color Harmonies of #F4517C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4517C

Black with #F4517C

Text Example


Text Example

White with #F4517C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4517C; }

 p { color: rgb(244,81,124); }

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

background-color css

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

 a { background-color: rgb(244,81,124); }

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

border-color css

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

 span { border-color: rgb(244,81,124); }

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