Html Css Color HEX #FF128E Deep Pink

📋 copy color: '#FF128E'

red 255 ◦ green 18 ◦ blue 142

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

Shades of Deep Pink #FF128E

Tints of Deep Pink #FF128E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.22%

R = 61.45%
G = 4.34%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FF128E (or 0xFF128E) is known color: Deep Pink. HEX triplet: FF, 12 and 8E. RGB value is (255,18,142). Sum of RGB (Red+Green+Blue) = 255+18+142=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 18 (7.42% from 255 or 4.34% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF128E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF128E is #00ED71. Grayscale: #666666. Windows color (decimal): -60786 or 9310975. OLE color: 9310975.

HSL color Cylindrical-coordinate representation of color #FF128E: hue angle of 328.61º 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 #FF128E is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.

Color convert

RGB 255 18 142 -
CMYK 0 0.93 0.44 0
HSL 328.61º 1% 0.54% -
HSV(B) 328.61º 0.93% 1% -
XYZ 46.34 23.65 27.71 -
YUV 103 150.02 236.42 -
System Red Green Blue C M Y K H S L
Decimal 255 18 142 0 0.93 0.44 0 328.61 1 0.54
Hex FF 12 8E 0 5D 2C 0 149 64 36
Octal 377 22 216 0 135 54 0 511 144 66
Binary 11111111 10010 10001110 0 1011101 101100 0 101001001 1100100 110110

Color Harmonies of #FF128E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF128E

Black with #FF128E

Text Example


Text Example

White with #FF128E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF128E; }

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

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

background-color css

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

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

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

border-color css

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

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

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