Html Css Color HEX #FE238C Deep Pink

📋 copy color: '#FE238C'

red 254 ◦ green 35 ◦ blue 140

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

Shades of Deep Pink #FE238C

Tints of Deep Pink #FE238C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.16%

 BLUE value IS 140 (55.08% from 255) = 32.63%

R = 59.21%
G = 8.16%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FE238C (or 0xFE238C) is known color: Deep Pink. HEX triplet: FE, 23 and 8C. RGB value is (254,35,140). Sum of RGB (Red+Green+Blue) = 254+35+140=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 35 (14.06% from 255 or 8.16% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FE238C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE238C is #01DC73. Grayscale: #707070. Windows color (decimal): -121972 or 9184254. OLE color: 9184254.

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

Color convert

RGB 254 35 140 -
CMYK 0 0.86 0.45 0.00
HSL 331.23º 0.99% 0.57% -
HSV(B) 331.23º 0.86% 1% -
XYZ 46.21 24.17 27.04 -
YUV 112.45 143.55 228.96 -
System Red Green Blue C M Y K H S L
Decimal 254 35 140 0 0.86 0.45 0.00 331.23 0.99 0.57
Hex FE 23 8C 0 56 2D 0 14B 63 39
Octal 376 43 214 0 126 55 0 513 143 71
Binary 11111110 100011 10001100 0 1010110 101101 0 101001011 1100011 111001

Color Harmonies of #FE238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE238C

Black with #FE238C

Text Example


Text Example

White with #FE238C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE238C; }

 p { color: rgb(254,35,140); }

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

background-color css

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

 a { background-color: rgb(254,35,140); }

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

border-color css

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

 span { border-color: rgb(254,35,140); }

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