Html Css Color HEX #FE53BF Hot Pink

📋 copy color: '#FE53BF'

red 254 ◦ green 83 ◦ blue 191

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

Shades of Hot Pink #FE53BF

Tints of Hot Pink #FE53BF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.72%

 BLUE value IS 191 (75% from 255) = 36.17%

R = 48.11%
G = 15.72%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FE53BF (or 0xFE53BF) is known color: Hot Pink. HEX triplet: FE, 53 and BF. RGB value is (254,83,191). Sum of RGB (Red+Green+Blue) = 254+83+191=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 83 (32.81% from 255 or 15.72% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FE53BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE53BF is #01AC40. Grayscale: #929292. Windows color (decimal): -109633 or 12538878. OLE color: 12538878.

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

Color convert

RGB 254 83 191 -
CMYK 0 0.67 0.25 0.00
HSL 322.11º 0.99% 0.66% -
HSV(B) 322.11º 0.67% 1% -
XYZ 53.37 31.02 52.46 -
YUV 146.44 153.15 204.72 -
System Red Green Blue C M Y K H S L
Decimal 254 83 191 0 0.67 0.25 0.00 322.11 0.99 0.66
Hex FE 53 BF 0 43 19 0 142 63 42
Octal 376 123 277 0 103 31 0 502 143 102
Binary 11111110 1010011 10111111 0 1000011 11001 0 101000010 1100011 1000010

Color Harmonies of #FE53BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE53BF

Black with #FE53BF

Text Example


Text Example

White with #FE53BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE53BF; }

 p { color: rgb(254,83,191); }

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

background-color css

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

 a { background-color: rgb(254,83,191); }

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

border-color css

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

 span { border-color: rgb(254,83,191); }

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