Html Css Color HEX #FF127E Deep Pink

📋 copy color: '#FF127E'

red 255 ◦ green 18 ◦ blue 126

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

Shades of Deep Pink #FF127E

Tints of Deep Pink #FF127E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.58%

R = 63.91%
G = 4.51%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FF127E (or 0xFF127E) is known color: Deep Pink. HEX triplet: FF, 12 and 7E. RGB value is (255,18,126). Sum of RGB (Red+Green+Blue) = 255+18+126=399 (52% of max value = 765). Red value is 255 (100% from 255 or 63.91% from 399); Green value is 18 (7.42% from 255 or 4.51% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 255 - color contains mainly: red. Hex color #FF127E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF127E is #00ED81. Grayscale: #646464. Windows color (decimal): -60802 or 8262399. OLE color: 8262399.

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

Color convert

RGB 255 18 126 -
CMYK 0 0.93 0.51 0
HSL 332.66º 1% 0.54% -
HSV(B) 332.66º 0.93% 1% -
XYZ 45.22 23.2 21.83 -
YUV 101.18 142.02 237.72 -
System Red Green Blue C M Y K H S L
Decimal 255 18 126 0 0.93 0.51 0 332.66 1 0.54
Hex FF 12 7E 0 5D 33 0 14D 64 36
Octal 377 22 176 0 135 63 0 515 144 66
Binary 11111111 10010 1111110 0 1011101 110011 0 101001101 1100100 110110

Color Harmonies of #FF127E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF127E

Black with #FF127E

Text Example


Text Example

White with #FF127E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF127E; }

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

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

background-color css

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

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

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

border-color css

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

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

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