Html Css Color HEX #FF1299 Deep Pink

📋 copy color: '#FF1299'

red 255 ◦ green 18 ◦ blue 153

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

Shades of Deep Pink #FF1299

Tints of Deep Pink #FF1299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 35.92%

R = 59.86%
G = 4.23%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.4

 K value IS 0

RGB Variations

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

Color information

#FF1299 (or 0xFF1299) is known color: Deep Pink. HEX triplet: FF, 12 and 99. RGB value is (255,18,153). Sum of RGB (Red+Green+Blue) = 255+18+153=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 18 (7.42% from 255 or 4.23% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1299 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1299 is #00ED66. Grayscale: #676767. Windows color (decimal): -60775 or 10031871. OLE color: 10031871.

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

Color convert

RGB 255 18 153 -
CMYK 0 0.93 0.4 0
HSL 325.82º 1% 0.54% -
HSV(B) 325.82º 0.93% 1% -
XYZ 47.21 23.99 32.28 -
YUV 104.25 155.52 235.52 -
System Red Green Blue C M Y K H S L
Decimal 255 18 153 0 0.93 0.4 0 325.82 1 0.54
Hex FF 12 99 0 5D 28 0 146 64 36
Octal 377 22 231 0 135 50 0 506 144 66
Binary 11111111 10010 10011001 0 1011101 101000 0 101000110 1100100 110110

Color Harmonies of #FF1299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1299

Black with #FF1299

Text Example


Text Example

White with #FF1299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1299; }

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

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

background-color css

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

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

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

border-color css

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

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

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