Html Css Color HEX #FF008A Deep Pink

📋 copy color: '#FF008A'

red 255 ◦ green 0 ◦ blue 138

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

Shades of Deep Pink #FF008A

Tints of Deep Pink #FF008A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 138 (54.3% from 255) = 35.11%

R = 64.89%
G = 0%
B = 35.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0

RGB Variations

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

Color information

#FF008A (or 0xFF008A) is known color: Deep Pink. HEX triplet: FF, 00 and 8A. RGB value is (255,0,138). Sum of RGB (Red+Green+Blue) = 255+0+138=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 0 (0.39% from 255 or 0% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF008A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF008A is #00FF75. Grayscale: #5B5B5B. Windows color (decimal): -65398 or 9044223. OLE color: 9044223.

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

Color convert

RGB 255 0 138 -
CMYK 0 1 0.46 0
HSL 327.53º 1% 0.5% -
HSV(B) 327.53º 1% 1% -
XYZ 45.83 23.09 26.09 -
YUV 91.98 153.98 244.28 -
System Red Green Blue C M Y K H S L
Decimal 255 0 138 0 1 0.46 0 327.53 1 0.5
Hex FF 0 8A 0 64 2E 0 148 64 32
Octal 377 0 212 0 144 56 0 510 144 62
Binary 11111111 0 10001010 0 1100100 101110 0 101001000 1100100 110010

Color Harmonies of #FF008A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF008A

Black with #FF008A

Text Example


Text Example

White with #FF008A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF008A; }

 p { color: rgb(255,0,138); }

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

background-color css

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

 a { background-color: rgb(255,0,138); }

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

border-color css

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

 span { border-color: rgb(255,0,138); }

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