Html Css Color HEX #FF1C7C Deep Pink

📋 copy color: '#FF1C7C'

red 255 ◦ green 28 ◦ blue 124

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

Shades of Deep Pink #FF1C7C

Tints of Deep Pink #FF1C7C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.88%

 BLUE value IS 124 (48.83% from 255) = 30.47%

R = 62.65%
G = 6.88%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FF1C7C (or 0xFF1C7C) is known color: Deep Pink. HEX triplet: FF, 1C and 7C. RGB value is (255,28,124). Sum of RGB (Red+Green+Blue) = 255+28+124=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 28 (11.33% from 255 or 6.88% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1C7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1C7C is #00E383. Grayscale: #6A6A6A. Windows color (decimal): -58244 or 8133887. OLE color: 8133887.

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

Color convert

RGB 255 28 124 -
CMYK 0 0.89 0.51 0
HSL 334.63º 1% 0.55% -
HSV(B) 334.63º 0.89% 1% -
XYZ 45.29 23.55 21.23 -
YUV 106.82 137.71 233.69 -
System Red Green Blue C M Y K H S L
Decimal 255 28 124 0 0.89 0.51 0 334.63 1 0.55
Hex FF 1C 7C 0 59 33 0 14F 64 37
Octal 377 34 174 0 131 63 0 517 144 67
Binary 11111111 11100 1111100 0 1011001 110011 0 101001111 1100100 110111

Color Harmonies of #FF1C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1C7C

Black with #FF1C7C

Text Example


Text Example

White with #FF1C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1C7C; }

 p { color: rgb(255,28,124); }

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

background-color css

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

 a { background-color: rgb(255,28,124); }

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

border-color css

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

 span { border-color: rgb(255,28,124); }

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