Html Css Color HEX #FF127B Deep Pink

📋 copy color: '#FF127B'

red 255 ◦ green 18 ◦ blue 123

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

Shades of Deep Pink #FF127B

Tints of Deep Pink #FF127B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.06%

R = 64.39%
G = 4.55%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0

RGB Variations

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

Color information

#FF127B (or 0xFF127B) is known color: Deep Pink. HEX triplet: FF, 12 and 7B. RGB value is (255,18,123). Sum of RGB (Red+Green+Blue) = 255+18+123=396 (52% of max value = 765). Red value is 255 (100% from 255 or 64.39% from 396); Green value is 18 (7.42% from 255 or 4.55% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 255 - color contains mainly: red. Hex color #FF127B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF127B is #00ED84. Grayscale: #646464. Windows color (decimal): -60805 or 8065791. OLE color: 8065791.

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

Color convert

RGB 255 18 123 -
CMYK 0 0.93 0.52 0
HSL 333.42º 1% 0.54% -
HSV(B) 333.42º 0.93% 1% -
XYZ 45.03 23.12 20.83 -
YUV 100.83 140.52 237.96 -
System Red Green Blue C M Y K H S L
Decimal 255 18 123 0 0.93 0.52 0 333.42 1 0.54
Hex FF 12 7B 0 5D 34 0 14D 64 36
Octal 377 22 173 0 135 64 0 515 144 66
Binary 11111111 10010 1111011 0 1011101 110100 0 101001101 1100100 110110

Color Harmonies of #FF127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF127B

Black with #FF127B

Text Example


Text Example

White with #FF127B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF127B; }

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

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

background-color css

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

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

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

border-color css

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

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

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