Html Css Color HEX #FE0275 Deep Pink

📋 copy color: '#FE0275'

red 254 ◦ green 2 ◦ blue 117

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

Shades of Deep Pink #FE0275

Tints of Deep Pink #FE0275

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.54%

 BLUE value IS 117 (46.09% from 255) = 31.37%

R = 68.1%
G = 0.54%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE0275 (or 0xFE0275) is known color: Deep Pink. HEX triplet: FE, 02 and 75. RGB value is (254,2,117). Sum of RGB (Red+Green+Blue) = 254+2+117=373 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.10% from 373); Green value is 2 (1.17% from 255 or 0.54% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0275 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0275 is #01FD8A. Grayscale: #5A5A5A. Windows color (decimal): -130443 or 7668478. OLE color: 7668478.

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

Color convert

RGB 254 2 117 -
CMYK 0 0.99 0.54 0.00
HSL 332.62º 0.99% 0.5% -
HSV(B) 332.62º 0.99% 1% -
XYZ 44.11 22.4 18.83 -
YUV 90.46 142.99 244.65 -
System Red Green Blue C M Y K H S L
Decimal 254 2 117 0 0.99 0.54 0.00 332.62 0.99 0.5
Hex FE 2 75 0 63 36 0 14D 63 32
Octal 376 2 165 0 143 66 0 515 143 62
Binary 11111110 10 1110101 0 1100011 110110 0 101001101 1100011 110010

Color Harmonies of #FE0275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0275

Black with #FE0275

Text Example


Text Example

White with #FE0275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0275; }

 p { color: rgb(254,2,117); }

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

background-color css

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

 a { background-color: rgb(254,2,117); }

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

border-color css

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

 span { border-color: rgb(254,2,117); }

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