Html Css Color HEX #FF1C7E Deep Pink

📋 copy color: '#FF1C7E'

red 255 ◦ green 28 ◦ blue 126

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

Shades of Deep Pink #FF1C7E

Tints of Deep Pink #FF1C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.81%

R = 62.35%
G = 6.85%
B = 30.81%

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

#FF1C7E (or 0xFF1C7E) is known color: Deep Pink. HEX triplet: FF, 1C and 7E. RGB value is (255,28,126). Sum of RGB (Red+Green+Blue) = 255+28+126=409 (54% of max value = 765). Red value is 255 (100% from 255 or 62.35% from 409); Green value is 28 (11.33% from 255 or 6.85% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1C7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1C7E is #00E381. Grayscale: #6A6A6A. Windows color (decimal): -58242 or 8264959. OLE color: 8264959.

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

Color convert

RGB 255 28 126 -
CMYK 0 0.89 0.51 0
HSL 334.1º 1% 0.55% -
HSV(B) 334.1º 0.89% 1% -
XYZ 45.42 23.6 21.9 -
YUV 107.05 138.71 233.53 -
System Red Green Blue C M Y K H S L
Decimal 255 28 126 0 0.89 0.51 0 334.1 1 0.55
Hex FF 1C 7E 0 59 33 0 14E 64 37
Octal 377 34 176 0 131 63 0 516 144 67
Binary 11111111 11100 1111110 0 1011001 110011 0 101001110 1100100 110111

Color Harmonies of #FF1C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1C7E

Black with #FF1C7E

Text Example


Text Example

White with #FF1C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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