Html Css Color HEX #FF117B Deep Pink

📋 copy color: '#FF117B'

red 255 ◦ green 17 ◦ blue 123

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

Shades of Deep Pink #FF117B

Tints of Deep Pink #FF117B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.3%

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

R = 64.56%
G = 4.3%
B = 31.14%

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

#FF117B (or 0xFF117B) is known color: Deep Pink. HEX triplet: FF, 11 and 7B. RGB value is (255,17,123). Sum of RGB (Red+Green+Blue) = 255+17+123=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 17 (7.03% from 255 or 4.30% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF117B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF117B is #00EE84. Grayscale: #646464. Windows color (decimal): -61061 or 8065535. OLE color: 8065535.

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

Color convert

RGB 255 17 123 -
CMYK 0 0.93 0.52 0
HSL 333.28º 1% 0.53% -
HSV(B) 333.28º 0.93% 1% -
XYZ 45.02 23.09 20.82 -
YUV 100.25 140.85 238.38 -
System Red Green Blue C M Y K H S L
Decimal 255 17 123 0 0.93 0.52 0 333.28 1 0.53
Hex FF 11 7B 0 5D 34 0 14D 64 35
Octal 377 21 173 0 135 64 0 515 144 65
Binary 11111111 10001 1111011 0 1011101 110100 0 101001101 1100100 110101

Color Harmonies of #FF117B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF117B

Black with #FF117B

Text Example


Text Example

White with #FF117B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF117B; }

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

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

background-color css

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

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

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

border-color css

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

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

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