Html Css Color HEX #FF1277 Deep Pink

📋 copy color: '#FF1277'

red 255 ◦ green 18 ◦ blue 119

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

Shades of Deep Pink #FF1277

Tints of Deep Pink #FF1277

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.59%

 BLUE value IS 119 (46.88% from 255) = 30.36%

R = 65.05%
G = 4.59%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FF1277 (or 0xFF1277) is known color: Deep Pink. HEX triplet: FF, 12 and 77. RGB value is (255,18,119). Sum of RGB (Red+Green+Blue) = 255+18+119=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 18 (7.42% from 255 or 4.59% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1277 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1277 is #00ED88. Grayscale: #646464. Windows color (decimal): -60809 or 7803647. OLE color: 7803647.

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

Color convert

RGB 255 18 119 -
CMYK 0 0.93 0.53 0
HSL 334.43º 1% 0.54% -
HSV(B) 334.43º 0.93% 1% -
XYZ 44.79 23.02 19.54 -
YUV 100.38 138.52 238.29 -
System Red Green Blue C M Y K H S L
Decimal 255 18 119 0 0.93 0.53 0 334.43 1 0.54
Hex FF 12 77 0 5D 35 0 14E 64 36
Octal 377 22 167 0 135 65 0 516 144 66
Binary 11111111 10010 1110111 0 1011101 110101 0 101001110 1100100 110110

Color Harmonies of #FF1277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1277

Black with #FF1277

Text Example


Text Example

White with #FF1277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1277; }

 p { color: rgb(255,18,119); }

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

background-color css

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

 a { background-color: rgb(255,18,119); }

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

border-color css

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

 span { border-color: rgb(255,18,119); }

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