Html Css Color HEX #FE0774 Deep Pink

📋 copy color: '#FE0774'

red 254 ◦ green 7 ◦ blue 116

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

Shades of Deep Pink #FE0774

Tints of Deep Pink #FE0774

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.86%

 BLUE value IS 116 (45.7% from 255) = 30.77%

R = 67.37%
G = 1.86%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE0774 (or 0xFE0774) is known color: Deep Pink. HEX triplet: FE, 07 and 74. RGB value is (254,7,116). Sum of RGB (Red+Green+Blue) = 254+7+116=377 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.37% from 377); Green value is 7 (3.12% from 255 or 1.86% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0774 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0774 is #01F88B. Grayscale: #5D5D5D. Windows color (decimal): -129164 or 7604222. OLE color: 7604222.

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

Color convert

RGB 254 7 116 -
CMYK 0 0.97 0.54 0.00
HSL 333.52º 0.99% 0.51% -
HSV(B) 333.52º 0.97% 1% -
XYZ 44.1 22.48 18.54 -
YUV 93.28 140.83 242.64 -
System Red Green Blue C M Y K H S L
Decimal 254 7 116 0 0.97 0.54 0.00 333.52 0.99 0.51
Hex FE 7 74 0 61 36 0 14E 63 33
Octal 376 7 164 0 141 66 0 516 143 63
Binary 11111110 111 1110100 0 1100001 110110 0 101001110 1100011 110011

Color Harmonies of #FE0774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0774

Black with #FE0774

Text Example


Text Example

White with #FE0774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0774; }

 p { color: rgb(254,7,116); }

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

background-color css

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

 a { background-color: rgb(254,7,116); }

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

border-color css

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

 span { border-color: rgb(254,7,116); }

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