Html Css Color HEX #FF0289 Deep Pink

📋 copy color: '#FF0289'

red 255 ◦ green 2 ◦ blue 137

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

Shades of Deep Pink #FF0289

Tints of Deep Pink #FF0289

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.51%

 BLUE value IS 137 (53.91% from 255) = 34.77%

R = 64.72%
G = 0.51%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0

RGB Variations

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

Color information

#FF0289 (or 0xFF0289) is known color: Deep Pink. HEX triplet: FF, 02 and 89. RGB value is (255,2,137). Sum of RGB (Red+Green+Blue) = 255+2+137=394 (52% of max value = 765). Red value is 255 (100% from 255 or 64.72% from 394); Green value is 2 (1.17% from 255 or 0.51% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0289 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0289 is #00FD76. Grayscale: #5C5C5C. Windows color (decimal): -64887 or 8979199. OLE color: 8979199.

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

Color convert

RGB 255 2 137 -
CMYK 0 0.99 0.46 0
HSL 327.98º 1% 0.5% -
HSV(B) 327.98º 0.99% 1% -
XYZ 45.78 23.11 25.71 -
YUV 93.04 152.82 243.52 -
System Red Green Blue C M Y K H S L
Decimal 255 2 137 0 0.99 0.46 0 327.98 1 0.5
Hex FF 2 89 0 63 2E 0 148 64 32
Octal 377 2 211 0 143 56 0 510 144 62
Binary 11111111 10 10001001 0 1100011 101110 0 101001000 1100100 110010

Color Harmonies of #FF0289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF0289

Black with #FF0289

Text Example


Text Example

White with #FF0289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF0289; }

 p { color: rgb(255,2,137); }

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

background-color css

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

 a { background-color: rgb(255,2,137); }

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

border-color css

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

 span { border-color: rgb(255,2,137); }

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