Html Css Color HEX #FF1993 Deep Pink

📋 copy color: '#FF1993'

red 255 ◦ green 25 ◦ blue 147

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

Shades of Deep Pink #FF1993

Tints of Deep Pink #FF1993

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.85%

 BLUE value IS 147 (57.81% from 255) = 34.43%

R = 59.72%
G = 5.85%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FF1993 (or 0xFF1993) is known color: Deep Pink. HEX triplet: FF, 19 and 93. RGB value is (255,25,147). Sum of RGB (Red+Green+Blue) = 255+25+147=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 25 (10.16% from 255 or 5.85% from 427); Blue value is 147 (57.81% from 255 or 34.43% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1993 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1993 is #00E66C. Grayscale: #6B6B6B. Windows color (decimal): -58989 or 9640447. OLE color: 9640447.

HSL color Cylindrical-coordinate representation of color #FF1993: hue angle of 328.17º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF1993 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB 255 25 147 -
CMYK 0 0.90 0.42 0
HSL 328.17º 1% 0.55% -
HSV(B) 328.17º 0.9% 1% -
XYZ 46.85 24.06 29.78 -
YUV 107.68 150.2 233.08 -
System Red Green Blue C M Y K H S L
Decimal 255 25 147 0 0.90 0.42 0 328.17 1 0.55
Hex FF 19 93 0 5A 2A 0 148 64 37
Octal 377 31 223 0 132 52 0 510 144 67
Binary 11111111 11001 10010011 0 1011010 101010 0 101001000 1100100 110111

Color Harmonies of #FF1993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1993

Black with #FF1993

Text Example


Text Example

White with #FF1993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1993; }

 p { color: rgb(255,25,147); }

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

background-color css

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

 a { background-color: rgb(255,25,147); }

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

border-color css

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

 span { border-color: rgb(255,25,147); }

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