Html Css Color HEX #FF1995 Deep Pink

📋 copy color: '#FF1995'

red 255 ◦ green 25 ◦ blue 149

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

Shades of Deep Pink #FF1995

Tints of Deep Pink #FF1995

RGB

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

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

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

R = 59.44%
G = 5.83%
B = 34.73%

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

#FF1995 (or 0xFF1995) is known color: Deep Pink. HEX triplet: FF, 19 and 95. RGB value is (255,25,149). Sum of RGB (Red+Green+Blue) = 255+25+149=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 25 (10.16% from 255 or 5.83% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1995 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1995 is #00E66A. Grayscale: #6B6B6B. Windows color (decimal): -58987 or 9771519. OLE color: 9771519.

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

Color convert

RGB 255 25 149 -
CMYK 0 0.90 0.42 0
HSL 327.65º 1% 0.55% -
HSV(B) 327.65º 0.9% 1% -
XYZ 47.01 24.13 30.61 -
YUV 107.91 151.2 232.92 -
System Red Green Blue C M Y K H S L
Decimal 255 25 149 0 0.90 0.42 0 327.65 1 0.55
Hex FF 19 95 0 5A 2A 0 148 64 37
Octal 377 31 225 0 132 52 0 510 144 67
Binary 11111111 11001 10010101 0 1011010 101010 0 101001000 1100100 110111

Color Harmonies of #FF1995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1995

Black with #FF1995

Text Example


Text Example

White with #FF1995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1995; }

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

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

background-color css

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

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

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

border-color css

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

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

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