Html Css Color HEX #FF1492 Deep Pink

📋 copy color: '#FF1492'

red 255 ◦ green 20 ◦ blue 146

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

Shades of Deep Pink #FF1492

Tints of Deep Pink #FF1492

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.75%

 BLUE value IS 146 (57.42% from 255) = 34.68%

R = 60.57%
G = 4.75%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0

RGB Variations

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

Color information

#FF1492 (or 0xFF1492) is known color: Deep Pink. HEX triplet: FF, 14 and 92. RGB value is (255,20,146). Sum of RGB (Red+Green+Blue) = 255+20+146=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 20 (8.20% from 255 or 4.75% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1492 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1492 is #00EB6D. Grayscale: #686868. Windows color (decimal): -60270 or 9573631. OLE color: 9573631.

HSL color Cylindrical-coordinate representation of color #FF1492: hue angle of 327.83º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF1492 is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.

Color convert

RGB 255 20 146 -
CMYK 0 0.92 0.43 0
HSL 327.83º 1% 0.54% -
HSV(B) 327.83º 0.92% 1% -
XYZ 46.68 23.84 29.33 -
YUV 104.63 151.36 235.25 -
System Red Green Blue C M Y K H S L
Decimal 255 20 146 0 0.92 0.43 0 327.83 1 0.54
Hex FF 14 92 0 5C 2B 0 148 64 36
Octal 377 24 222 0 134 53 0 510 144 66
Binary 11111111 10100 10010010 0 1011100 101011 0 101001000 1100100 110110

Color Harmonies of #FF1492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1492

Black with #FF1492

Text Example


Text Example

White with #FF1492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1492; }

 p { color: rgb(255,20,146); }

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

background-color css

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

 a { background-color: rgb(255,20,146); }

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

border-color css

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

 span { border-color: rgb(255,20,146); }

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