Html Css Color HEX #FF1E7F Deep Pink

📋 copy color: '#FF1E7F'

red 255 ◦ green 30 ◦ blue 127

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

Shades of Deep Pink #FF1E7F

Tints of Deep Pink #FF1E7F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.28%

 BLUE value IS 127 (50% from 255) = 30.83%

R = 61.89%
G = 7.28%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF1E7F (or 0xFF1E7F) is known color: Deep Pink. HEX triplet: FF, 1E and 7F. RGB value is (255,30,127). Sum of RGB (Red+Green+Blue) = 255+30+127=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 30 (12.11% from 255 or 7.28% from 412); Blue value is 127 (50% from 255 or 30.83% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1E7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1E7F is #00E180. Grayscale: #6C6C6C. Windows color (decimal): -57729 or 8331007. OLE color: 8331007.

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

Color convert

RGB 255 30 127 -
CMYK 0 0.88 0.50 0
HSL 334.13º 1% 0.56% -
HSV(B) 334.13º 0.88% 1% -
XYZ 45.54 23.72 22.26 -
YUV 108.33 138.54 232.61 -
System Red Green Blue C M Y K H S L
Decimal 255 30 127 0 0.88 0.50 0 334.13 1 0.56
Hex FF 1E 7F 0 58 32 0 14E 64 38
Octal 377 36 177 0 130 62 0 516 144 70
Binary 11111111 11110 1111111 0 1011000 110010 0 101001110 1100100 111000

Color Harmonies of #FF1E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1E7F

Black with #FF1E7F

Text Example


Text Example

White with #FF1E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1E7F; }

 p { color: rgb(255,30,127); }

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

background-color css

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

 a { background-color: rgb(255,30,127); }

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

border-color css

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

 span { border-color: rgb(255,30,127); }

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