Html Css Color HEX #FE5CB2 Hot Pink

📋 copy color: '#FE5CB2'

red 254 ◦ green 92 ◦ blue 178

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

Shades of Hot Pink #FE5CB2

Tints of Hot Pink #FE5CB2

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.56%

 BLUE value IS 178 (69.92% from 255) = 33.97%

R = 48.47%
G = 17.56%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FE5CB2 (or 0xFE5CB2) is known color: Hot Pink. HEX triplet: FE, 5C and B2. RGB value is (254,92,178). Sum of RGB (Red+Green+Blue) = 254+92+178=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 92 (36.33% from 255 or 17.56% from 524); Blue value is 178 (69.92% from 255 or 33.97% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5CB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5CB2 is #01A34D. Grayscale: #969696. Windows color (decimal): -107342 or 11689214. OLE color: 11689214.

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

Color convert

RGB 254 92 178 -
CMYK 0 0.64 0.30 0.00
HSL 328.15º 0.99% 0.68% -
HSV(B) 328.15º 0.64% 1% -
XYZ 52.74 31.94 45.5 -
YUV 150.24 143.67 202.01 -
System Red Green Blue C M Y K H S L
Decimal 254 92 178 0 0.64 0.30 0.00 328.15 0.99 0.68
Hex FE 5C B2 0 40 1E 0 148 63 44
Octal 376 134 262 0 100 36 0 510 143 104
Binary 11111110 1011100 10110010 0 1000000 11110 0 101001000 1100011 1000100

Color Harmonies of #FE5CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5CB2

Black with #FE5CB2

Text Example


Text Example

White with #FE5CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5CB2; }

 p { color: rgb(254,92,178); }

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

background-color css

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

 a { background-color: rgb(254,92,178); }

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

border-color css

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

 span { border-color: rgb(254,92,178); }

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