Html Css Color HEX #FF128C Deep Pink

📋 copy color: '#FF128C'

red 255 ◦ green 18 ◦ blue 140

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

Shades of Deep Pink #FF128C

Tints of Deep Pink #FF128C

RGB

 RED value IS 255 (100% from 255) = 61.74%

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

 BLUE value IS 140 (55.08% from 255) = 33.9%

R = 61.74%
G = 4.36%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FF128C (or 0xFF128C) is known color: Deep Pink. HEX triplet: FF, 12 and 8C. RGB value is (255,18,140). Sum of RGB (Red+Green+Blue) = 255+18+140=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 18 (7.42% from 255 or 4.36% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF128C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF128C is #00ED73. Grayscale: #666666. Windows color (decimal): -60788 or 9179903. OLE color: 9179903.

HSL color Cylindrical-coordinate representation of color #FF128C: hue angle of 329.11º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF128C is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.

Color convert

RGB 255 18 140 -
CMYK 0 0.93 0.45 0
HSL 329.11º 1% 0.54% -
HSV(B) 329.11º 0.93% 1% -
XYZ 46.19 23.59 26.93 -
YUV 102.77 149.02 236.58 -
System Red Green Blue C M Y K H S L
Decimal 255 18 140 0 0.93 0.45 0 329.11 1 0.54
Hex FF 12 8C 0 5D 2D 0 149 64 36
Octal 377 22 214 0 135 55 0 511 144 66
Binary 11111111 10010 10001100 0 1011101 101101 0 101001001 1100100 110110

Color Harmonies of #FF128C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF128C

Black with #FF128C

Text Example


Text Example

White with #FF128C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF128C; }

 p { color: rgb(255,18,140); }

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

background-color css

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

 a { background-color: rgb(255,18,140); }

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

border-color css

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

 span { border-color: rgb(255,18,140); }

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