Html Css Color HEX #FE277E Deep Pink

📋 copy color: '#FE277E'

red 254 ◦ green 39 ◦ blue 126

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

Shades of Deep Pink #FE277E

Tints of Deep Pink #FE277E

RGB

 RED value IS 254 (99.61% from 255) = 60.62%

 GREEN value IS 39 (15.63% from 255) = 9.31%

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

R = 60.62%
G = 9.31%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE277E (or 0xFE277E) is known color: Deep Pink. HEX triplet: FE, 27 and 7E. RGB value is (254,39,126). Sum of RGB (Red+Green+Blue) = 254+39+126=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 39 (15.62% from 255 or 9.31% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FE277E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE277E is #01D881. Grayscale: #717171. Windows color (decimal): -120962 or 8267774. OLE color: 8267774.

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

Color convert

RGB 254 39 126 -
CMYK 0 0.85 0.50 0.00
HSL 335.72º 0.99% 0.57% -
HSV(B) 335.72º 0.85% 1% -
XYZ 45.36 24.03 21.99 -
YUV 113.2 135.23 228.43 -
System Red Green Blue C M Y K H S L
Decimal 254 39 126 0 0.85 0.50 0.00 335.72 0.99 0.57
Hex FE 27 7E 0 55 32 0 150 63 39
Octal 376 47 176 0 125 62 0 520 143 71
Binary 11111110 100111 1111110 0 1010101 110010 0 101010000 1100011 111001

Color Harmonies of #FE277E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE277E

Black with #FE277E

Text Example


Text Example

White with #FE277E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE277E; }

 p { color: rgb(254,39,126); }

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

background-color css

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

 a { background-color: rgb(254,39,126); }

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

border-color css

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

 span { border-color: rgb(254,39,126); }

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