Html Css Color HEX #FF1376 Deep Pink

📋 copy color: '#FF1376'

red 255 ◦ green 19 ◦ blue 118

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

Shades of Deep Pink #FF1376

Tints of Deep Pink #FF1376

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.85%

 BLUE value IS 118 (46.48% from 255) = 30.1%

R = 65.05%
G = 4.85%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FF1376 (or 0xFF1376) is known color: Deep Pink. HEX triplet: FF, 13 and 76. RGB value is (255,19,118). Sum of RGB (Red+Green+Blue) = 255+19+118=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 19 (7.81% from 255 or 4.85% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1376 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1376 is #00EC89. Grayscale: #646464. Windows color (decimal): -60554 or 7738367. OLE color: 7738367.

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

Color convert

RGB 255 19 118 -
CMYK 0 0.93 0.54 0
HSL 334.83º 1% 0.54% -
HSV(B) 334.83º 0.93% 1% -
XYZ 44.74 23.03 19.23 -
YUV 100.85 137.69 237.95 -
System Red Green Blue C M Y K H S L
Decimal 255 19 118 0 0.93 0.54 0 334.83 1 0.54
Hex FF 13 76 0 5D 36 0 14F 64 36
Octal 377 23 166 0 135 66 0 517 144 66
Binary 11111111 10011 1110110 0 1011101 110110 0 101001111 1100100 110110

Color Harmonies of #FF1376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1376

Black with #FF1376

Text Example


Text Example

White with #FF1376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1376; }

 p { color: rgb(255,19,118); }

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

background-color css

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

 a { background-color: rgb(255,19,118); }

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

border-color css

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

 span { border-color: rgb(255,19,118); }

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