Html Css Color HEX #FE0685 Deep Pink

📋 copy color: '#FE0685'

red 254 ◦ green 6 ◦ blue 133

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

Shades of Deep Pink #FE0685

Tints of Deep Pink #FE0685

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.53%

 BLUE value IS 133 (52.34% from 255) = 33.84%

R = 64.63%
G = 1.53%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FE0685 (or 0xFE0685) is known color: Deep Pink. HEX triplet: FE, 06 and 85. RGB value is (254,6,133). Sum of RGB (Red+Green+Blue) = 254+6+133=393 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.63% from 393); Green value is 6 (2.73% from 255 or 1.53% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0685 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0685 is #01F97A. Grayscale: #5E5E5E. Windows color (decimal): -129403 or 8718078. OLE color: 8718078.

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

Color convert

RGB 254 6 133 -
CMYK 0 0.98 0.48 0.00
HSL 329.27º 0.99% 0.51% -
HSV(B) 329.27º 0.98% 1% -
XYZ 45.17 22.89 24.23 -
YUV 94.63 149.66 241.67 -
System Red Green Blue C M Y K H S L
Decimal 254 6 133 0 0.98 0.48 0.00 329.27 0.99 0.51
Hex FE 6 85 0 62 30 0 149 63 33
Octal 376 6 205 0 142 60 0 511 143 63
Binary 11111110 110 10000101 0 1100010 110000 0 101001001 1100011 110011

Color Harmonies of #FE0685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0685

Black with #FE0685

Text Example


Text Example

White with #FE0685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0685; }

 p { color: rgb(254,6,133); }

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

background-color css

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

 a { background-color: rgb(254,6,133); }

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

border-color css

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

 span { border-color: rgb(254,6,133); }

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