Html Css Color HEX #FF1298 Deep Pink

📋 copy color: '#FF1298'

red 255 ◦ green 18 ◦ blue 152

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

Shades of Deep Pink #FF1298

Tints of Deep Pink #FF1298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 35.76%

R = 60%
G = 4.24%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#FF1298 (or 0xFF1298) is known color: Deep Pink. HEX triplet: FF, 12 and 98. RGB value is (255,18,152). Sum of RGB (Red+Green+Blue) = 255+18+152=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 18 (7.42% from 255 or 4.24% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1298 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1298 is #00ED67. Grayscale: #676767. Windows color (decimal): -60776 or 9966335. OLE color: 9966335.

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

Color convert

RGB 255 18 152 -
CMYK 0 0.93 0.40 0
HSL 326.08º 1% 0.54% -
HSV(B) 326.08º 0.93% 1% -
XYZ 47.12 23.96 31.85 -
YUV 104.14 155.02 235.6 -
System Red Green Blue C M Y K H S L
Decimal 255 18 152 0 0.93 0.40 0 326.08 1 0.54
Hex FF 12 98 0 5D 28 0 146 64 36
Octal 377 22 230 0 135 50 0 506 144 66
Binary 11111111 10010 10011000 0 1011101 101000 0 101000110 1100100 110110

Color Harmonies of #FF1298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1298

Black with #FF1298

Text Example


Text Example

White with #FF1298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1298; }

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

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

background-color css

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

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

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

border-color css

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

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

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