Html Css Color HEX #FE267D Deep Pink

📋 copy color: '#FE267D'

red 254 ◦ green 38 ◦ blue 125

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

Shades of Deep Pink #FE267D

Tints of Deep Pink #FE267D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.11%

 BLUE value IS 125 (49.22% from 255) = 29.98%

R = 60.91%
G = 9.11%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FE267D (or 0xFE267D) is known color: Deep Pink. HEX triplet: FE, 26 and 7D. RGB value is (254,38,125). Sum of RGB (Red+Green+Blue) = 254+38+125=417 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.91% from 417); Green value is 38 (15.23% from 255 or 9.11% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 254 - color contains mainly: red. Hex color #FE267D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE267D is #01D982. Grayscale: #707070. Windows color (decimal): -121219 or 8201982. OLE color: 8201982.

HSL color Cylindrical-coordinate representation of color #FE267D: hue angle of 335.83º 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 #FE267D is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 38 125 -
CMYK 0 0.85 0.51 0.00
HSL 335.83º 0.99% 0.57% -
HSV(B) 335.83º 0.85% 1% -
XYZ 45.27 23.94 21.64 -
YUV 112.5 135.06 228.93 -
System Red Green Blue C M Y K H S L
Decimal 254 38 125 0 0.85 0.51 0.00 335.83 0.99 0.57
Hex FE 26 7D 0 55 33 0 150 63 39
Octal 376 46 175 0 125 63 0 520 143 71
Binary 11111110 100110 1111101 0 1010101 110011 0 101010000 1100011 111001

Color Harmonies of #FE267D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE267D

Black with #FE267D

Text Example


Text Example

White with #FE267D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE267D; }

 p { color: rgb(254,38,125); }

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

background-color css

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

 a { background-color: rgb(254,38,125); }

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

border-color css

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

 span { border-color: rgb(254,38,125); }

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