Html Css Color HEX #FF1295 Deep Pink

📋 copy color: '#FF1295'

red 255 ◦ green 18 ◦ blue 149

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

Shades of Deep Pink #FF1295

Tints of Deep Pink #FF1295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.31%

R = 60.43%
G = 4.27%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FF1295 (or 0xFF1295) is known color: Deep Pink. HEX triplet: FF, 12 and 95. RGB value is (255,18,149). Sum of RGB (Red+Green+Blue) = 255+18+149=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 18 (7.42% from 255 or 4.27% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1295 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1295 is #00ED6A. Grayscale: #676767. Windows color (decimal): -60779 or 9769727. OLE color: 9769727.

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

Color convert

RGB 255 18 149 -
CMYK 0 0.93 0.42 0
HSL 326.84º 1% 0.54% -
HSV(B) 326.84º 0.93% 1% -
XYZ 46.88 23.86 30.57 -
YUV 103.8 153.52 235.85 -
System Red Green Blue C M Y K H S L
Decimal 255 18 149 0 0.93 0.42 0 326.84 1 0.54
Hex FF 12 95 0 5D 2A 0 147 64 36
Octal 377 22 225 0 135 52 0 507 144 66
Binary 11111111 10010 10010101 0 1011101 101010 0 101000111 1100100 110110

Color Harmonies of #FF1295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1295

Black with #FF1295

Text Example


Text Example

White with #FF1295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1295; }

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

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

background-color css

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

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

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

border-color css

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

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

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