Html Css Color HEX #FF138B Deep Pink

📋 copy color: '#FF138B'

red 255 ◦ green 19 ◦ blue 139

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

Shades of Deep Pink #FF138B

Tints of Deep Pink #FF138B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.6%

 BLUE value IS 139 (54.69% from 255) = 33.66%

R = 61.74%
G = 4.6%
B = 33.66%

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

#FF138B (or 0xFF138B) is known color: Deep Pink. HEX triplet: FF, 13 and 8B. RGB value is (255,19,139). Sum of RGB (Red+Green+Blue) = 255+19+139=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 19 (7.81% from 255 or 4.60% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF138B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF138B is #00EC74. Grayscale: #676767. Windows color (decimal): -60533 or 9114623. OLE color: 9114623.

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

Color convert

RGB 255 19 139 -
CMYK 0 0.93 0.45 0
HSL 329.49º 1% 0.54% -
HSV(B) 329.49º 0.93% 1% -
XYZ 46.13 23.59 26.55 -
YUV 103.24 148.19 236.24 -
System Red Green Blue C M Y K H S L
Decimal 255 19 139 0 0.93 0.45 0 329.49 1 0.54
Hex FF 13 8B 0 5D 2D 0 149 64 36
Octal 377 23 213 0 135 55 0 511 144 66
Binary 11111111 10011 10001011 0 1011101 101101 0 101001001 1100100 110110

Color Harmonies of #FF138B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF138B

Black with #FF138B

Text Example


Text Example

White with #FF138B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF138B; }

 p { color: rgb(255,19,139); }

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

background-color css

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

 a { background-color: rgb(255,19,139); }

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

border-color css

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

 span { border-color: rgb(255,19,139); }

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