Html Css Color HEX #FE5FBE Hot Pink

📋 copy color: '#FE5FBE'

red 254 ◦ green 95 ◦ blue 190

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

Shades of Hot Pink #FE5FBE

Tints of Hot Pink #FE5FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.25%

R = 47.12%
G = 17.63%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FE5FBE (or 0xFE5FBE) is known color: Hot Pink. HEX triplet: FE, 5F and BE. RGB value is (254,95,190). Sum of RGB (Red+Green+Blue) = 254+95+190=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 95 (37.5% from 255 or 17.63% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5FBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5FBE is #01A041. Grayscale: #999999. Windows color (decimal): -106562 or 12476414. OLE color: 12476414.

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

Color convert

RGB 254 95 190 -
CMYK 0 0.63 0.25 0.00
HSL 324.15º 0.99% 0.68% -
HSV(B) 324.15º 0.63% 1% -
XYZ 54.26 32.97 52.22 -
YUV 153.37 148.68 199.78 -
System Red Green Blue C M Y K H S L
Decimal 254 95 190 0 0.63 0.25 0.00 324.15 0.99 0.68
Hex FE 5F BE 0 3F 19 0 144 63 44
Octal 376 137 276 0 77 31 0 504 143 104
Binary 11111110 1011111 10111110 0 111111 11001 0 101000100 1100011 1000100

Color Harmonies of #FE5FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5FBE

Black with #FE5FBE

Text Example


Text Example

White with #FE5FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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