Html Css Color HEX #FE5FBB Hot Pink

📋 copy color: '#FE5FBB'

red 254 ◦ green 95 ◦ blue 187

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

Shades of Hot Pink #FE5FBB

Tints of Hot Pink #FE5FBB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.72%

 BLUE value IS 187 (73.44% from 255) = 34.89%

R = 47.39%
G = 17.72%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FE5FBB (or 0xFE5FBB) is known color: Hot Pink. HEX triplet: FE, 5F and BB. RGB value is (254,95,187). Sum of RGB (Red+Green+Blue) = 254+95+187=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 95 (37.5% from 255 or 17.72% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5FBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5FBB is #01A044. Grayscale: #989898. Windows color (decimal): -106565 or 12279806. OLE color: 12279806.

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

Color convert

RGB 254 95 187 -
CMYK 0 0.63 0.26 0.00
HSL 325.28º 0.99% 0.68% -
HSV(B) 325.28º 0.63% 1% -
XYZ 53.93 32.84 50.51 -
YUV 153.03 147.18 200.02 -
System Red Green Blue C M Y K H S L
Decimal 254 95 187 0 0.63 0.26 0.00 325.28 0.99 0.68
Hex FE 5F BB 0 3F 1A 0 145 63 44
Octal 376 137 273 0 77 32 0 505 143 104
Binary 11111110 1011111 10111011 0 111111 11010 0 101000101 1100011 1000100

Color Harmonies of #FE5FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5FBB

Black with #FE5FBB

Text Example


Text Example

White with #FE5FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5FBB; }

 p { color: rgb(254,95,187); }

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

background-color css

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

 a { background-color: rgb(254,95,187); }

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

border-color css

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

 span { border-color: rgb(254,95,187); }

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