Html Css Color HEX #FF1285 Deep Pink

📋 copy color: '#FF1285'

red 255 ◦ green 18 ◦ blue 133

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

Shades of Deep Pink #FF1285

Tints of Deep Pink #FF1285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 32.76%

R = 62.81%
G = 4.43%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FF1285 (or 0xFF1285) is known color: Deep Pink. HEX triplet: FF, 12 and 85. RGB value is (255,18,133). Sum of RGB (Red+Green+Blue) = 255+18+133=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 18 (7.42% from 255 or 4.43% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1285 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1285 is #00ED7A. Grayscale: #656565. Windows color (decimal): -60795 or 8721151. OLE color: 8721151.

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

Color convert

RGB 255 18 133 -
CMYK 0 0.93 0.48 0
HSL 330.89º 1% 0.54% -
HSV(B) 330.89º 0.93% 1% -
XYZ 45.69 23.39 24.3 -
YUV 101.97 145.52 237.15 -
System Red Green Blue C M Y K H S L
Decimal 255 18 133 0 0.93 0.48 0 330.89 1 0.54
Hex FF 12 85 0 5D 30 0 14B 64 36
Octal 377 22 205 0 135 60 0 513 144 66
Binary 11111111 10010 10000101 0 1011101 110000 0 101001011 1100100 110110

Color Harmonies of #FF1285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1285

Black with #FF1285

Text Example


Text Example

White with #FF1285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1285; }

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

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

background-color css

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

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

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

border-color css

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

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

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