Html Css Color HEX #F4128D Deep Pink

📋 copy color: '#F4128D'

red 244 ◦ green 18 ◦ blue 141

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

Shades of Deep Pink #F4128D

Tints of Deep Pink #F4128D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.47%

 BLUE value IS 141 (55.47% from 255) = 34.99%

R = 60.55%
G = 4.47%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F4128D (or 0xF4128D) is known color: Deep Pink. HEX triplet: F4, 12 and 8D. RGB value is (244,18,141). Sum of RGB (Red+Green+Blue) = 244+18+141=403 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.55% from 403); Green value is 18 (7.42% from 255 or 4.47% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 244 - color contains mainly: red. Hex color #F4128D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4128D is #0BED72. Grayscale: #636363. Windows color (decimal): -781683 or 9245428. OLE color: 9245428.

HSL color Cylindrical-coordinate representation of color #F4128D: hue angle of 327.35º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F4128D is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 18 141 -
CMYK 0 0.93 0.42 0.04
HSL 327.35º 0.91% 0.51% -
HSV(B) 327.35º 0.93% 0.96% -
XYZ 42.33 21.59 27.14 -
YUV 99.6 151.37 231 -
System Red Green Blue C M Y K H S L
Decimal 244 18 141 0 0.93 0.42 0.04 327.35 0.91 0.51
Hex F4 12 8D 0 5D 2A 4 147 5B 33
Octal 364 22 215 0 135 52 4 507 133 63
Binary 11110100 10010 10001101 0 1011101 101010 100 101000111 1011011 110011

Color Harmonies of #F4128D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4128D

Black with #F4128D

Text Example


Text Example

White with #F4128D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4128D; }

 p { color: rgb(244,18,141); }

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

background-color css

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

 a { background-color: rgb(244,18,141); }

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

border-color css

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

 span { border-color: rgb(244,18,141); }

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