Html Css Color HEX #FE257C Deep Pink

📋 copy color: '#FE257C'

red 254 ◦ green 37 ◦ blue 124

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

Shades of Deep Pink #FE257C

Tints of Deep Pink #FE257C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.92%

 BLUE value IS 124 (48.83% from 255) = 29.88%

R = 61.2%
G = 8.92%
B = 29.88%

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

#FE257C (or 0xFE257C) is known color: Deep Pink. HEX triplet: FE, 25 and 7C. RGB value is (254,37,124). Sum of RGB (Red+Green+Blue) = 254+37+124=415 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.20% from 415); Green value is 37 (14.84% from 255 or 8.92% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 254 - color contains mainly: red. Hex color #FE257C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE257C is #01DA83. Grayscale: #6F6F6F. Windows color (decimal): -121476 or 8136190. OLE color: 8136190.

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

Color convert

RGB 254 37 124 -
CMYK 0 0.85 0.51 0.00
HSL 335.94º 0.99% 0.57% -
HSV(B) 335.94º 0.85% 1% -
XYZ 45.17 23.85 21.29 -
YUV 111.8 134.89 229.43 -
System Red Green Blue C M Y K H S L
Decimal 254 37 124 0 0.85 0.51 0.00 335.94 0.99 0.57
Hex FE 25 7C 0 55 33 0 150 63 39
Octal 376 45 174 0 125 63 0 520 143 71
Binary 11111110 100101 1111100 0 1010101 110011 0 101010000 1100011 111001

Color Harmonies of #FE257C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE257C

Black with #FE257C

Text Example


Text Example

White with #FE257C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE257C; }

 p { color: rgb(254,37,124); }

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

background-color css

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

 a { background-color: rgb(254,37,124); }

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

border-color css

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

 span { border-color: rgb(254,37,124); }

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