Html Css Color HEX #FE237B Deep Pink

📋 copy color: '#FE237B'

red 254 ◦ green 35 ◦ blue 123

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

Shades of Deep Pink #FE237B

Tints of Deep Pink #FE237B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.85%

R = 61.65%
G = 8.5%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE237B (or 0xFE237B) is known color: Deep Pink. HEX triplet: FE, 23 and 7B. RGB value is (254,35,123). Sum of RGB (Red+Green+Blue) = 254+35+123=412 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.65% from 412); Green value is 35 (14.06% from 255 or 8.50% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 254 - color contains mainly: red. Hex color #FE237B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE237B is #01DC84. Grayscale: #6E6E6E. Windows color (decimal): -121989 or 8070142. OLE color: 8070142.

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

Color convert

RGB 254 35 123 -
CMYK 0 0.86 0.52 0.00
HSL 335.89º 0.99% 0.57% -
HSV(B) 335.89º 0.86% 1% -
XYZ 45.05 23.7 20.94 -
YUV 110.51 135.05 230.34 -
System Red Green Blue C M Y K H S L
Decimal 254 35 123 0 0.86 0.52 0.00 335.89 0.99 0.57
Hex FE 23 7B 0 56 34 0 150 63 39
Octal 376 43 173 0 126 64 0 520 143 71
Binary 11111110 100011 1111011 0 1010110 110100 0 101010000 1100011 111001

Color Harmonies of #FE237B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE237B

Black with #FE237B

Text Example


Text Example

White with #FE237B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE237B; }

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

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

background-color css

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

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

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

border-color css

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

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

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