Html Css Color HEX #FE258B Deep Pink

📋 copy color: '#FE258B'

red 254 ◦ green 37 ◦ blue 139

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

Shades of Deep Pink #FE258B

Tints of Deep Pink #FE258B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.33%

R = 59.07%
G = 8.6%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FE258B (or 0xFE258B) is known color: Deep Pink. HEX triplet: FE, 25 and 8B. RGB value is (254,37,139). Sum of RGB (Red+Green+Blue) = 254+37+139=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 37 (14.84% from 255 or 8.60% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FE258B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE258B is #01DA74. Grayscale: #717171. Windows color (decimal): -121461 or 9119230. OLE color: 9119230.

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

Color convert

RGB 254 37 139 -
CMYK 0 0.85 0.45 0.00
HSL 331.8º 0.99% 0.57% -
HSV(B) 331.8º 0.85% 1% -
XYZ 46.19 24.26 26.67 -
YUV 113.51 142.39 228.21 -
System Red Green Blue C M Y K H S L
Decimal 254 37 139 0 0.85 0.45 0.00 331.8 0.99 0.57
Hex FE 25 8B 0 55 2D 0 14C 63 39
Octal 376 45 213 0 125 55 0 514 143 71
Binary 11111110 100101 10001011 0 1010101 101101 0 101001100 1100011 111001

Color Harmonies of #FE258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE258B

Black with #FE258B

Text Example


Text Example

White with #FE258B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE258B; }

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

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

background-color css

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

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

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

border-color css

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

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

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