Html Css Color HEX #FF139A Deep Pink

📋 copy color: '#FF139A'

red 255 ◦ green 19 ◦ blue 154

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

Shades of Deep Pink #FF139A

Tints of Deep Pink #FF139A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.98%

R = 59.58%
G = 4.44%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#FF139A (or 0xFF139A) is known color: Deep Pink. HEX triplet: FF, 13 and 9A. RGB value is (255,19,154). Sum of RGB (Red+Green+Blue) = 255+19+154=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 19 (7.81% from 255 or 4.44% from 428); Blue value is 154 (60.55% from 255 or 35.98% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF139A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF139A is #00EC65. Grayscale: #686868. Windows color (decimal): -60518 or 10097663. OLE color: 10097663.

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

Color convert

RGB 255 19 154 -
CMYK 0 0.93 0.40 0
HSL 325.68º 1% 0.54% -
HSV(B) 325.68º 0.93% 1% -
XYZ 47.31 24.06 32.72 -
YUV 104.95 155.69 235.02 -
System Red Green Blue C M Y K H S L
Decimal 255 19 154 0 0.93 0.40 0 325.68 1 0.54
Hex FF 13 9A 0 5D 28 0 146 64 36
Octal 377 23 232 0 135 50 0 506 144 66
Binary 11111111 10011 10011010 0 1011101 101000 0 101000110 1100100 110110

Color Harmonies of #FF139A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF139A

Black with #FF139A

Text Example


Text Example

White with #FF139A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF139A; }

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

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

background-color css

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

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

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

border-color css

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

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

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