Html Css Color HEX #FF008C Deep Pink

📋 copy color: '#FF008C'

red 255 ◦ green 0 ◦ blue 140

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

Shades of Deep Pink #FF008C

Tints of Deep Pink #FF008C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.44%

R = 64.56%
G = 0%
B = 35.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#FF008C (or 0xFF008C) is known color: Deep Pink. HEX triplet: FF, 00 and 8C. RGB value is (255,0,140). Sum of RGB (Red+Green+Blue) = 255+0+140=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 0 (0.39% from 255 or 0% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF008C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF008C is #00FF73. Grayscale: #5B5B5B. Windows color (decimal): -65396 or 9175295. OLE color: 9175295.

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

Color convert

RGB 255 0 140 -
CMYK 0 1 0.45 0
HSL 327.06º 1% 0.5% -
HSV(B) 327.06º 1% 1% -
XYZ 45.97 23.15 26.86 -
YUV 92.21 154.98 244.12 -
System Red Green Blue C M Y K H S L
Decimal 255 0 140 0 1 0.45 0 327.06 1 0.5
Hex FF 0 8C 0 64 2D 0 147 64 32
Octal 377 0 214 0 144 55 0 507 144 62
Binary 11111111 0 10001100 0 1100100 101101 0 101000111 1100100 110010

Color Harmonies of #FF008C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF008C

Black with #FF008C

Text Example


Text Example

White with #FF008C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF008C; }

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

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

background-color css

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

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

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

border-color css

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

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

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