Html Css Color HEX #FF1288 Deep Pink

📋 copy color: '#FF1288'

red 255 ◦ green 18 ◦ blue 136

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

Shades of Deep Pink #FF1288

Tints of Deep Pink #FF1288

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.4%

 BLUE value IS 136 (53.52% from 255) = 33.25%

R = 62.35%
G = 4.4%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#FF1288 (or 0xFF1288) is known color: Deep Pink. HEX triplet: FF, 12 and 88. RGB value is (255,18,136). Sum of RGB (Red+Green+Blue) = 255+18+136=409 (54% of max value = 765). Red value is 255 (100% from 255 or 62.35% from 409); Green value is 18 (7.42% from 255 or 4.40% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1288 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1288 is #00ED77. Grayscale: #666666. Windows color (decimal): -60792 or 8917759. OLE color: 8917759.

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

Color convert

RGB 255 18 136 -
CMYK 0 0.93 0.47 0
HSL 330.13º 1% 0.54% -
HSV(B) 330.13º 0.93% 1% -
XYZ 45.9 23.47 25.4 -
YUV 102.32 147.02 236.91 -
System Red Green Blue C M Y K H S L
Decimal 255 18 136 0 0.93 0.47 0 330.13 1 0.54
Hex FF 12 88 0 5D 2F 0 14A 64 36
Octal 377 22 210 0 135 57 0 512 144 66
Binary 11111111 10010 10001000 0 1011101 101111 0 101001010 1100100 110110

Color Harmonies of #FF1288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1288

Black with #FF1288

Text Example


Text Example

White with #FF1288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1288; }

 p { color: rgb(255,18,136); }

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

background-color css

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

 a { background-color: rgb(255,18,136); }

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

border-color css

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

 span { border-color: rgb(255,18,136); }

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