Html Css Color HEX #FE5FB2 Hot Pink

📋 copy color: '#FE5FB2'

red 254 ◦ green 95 ◦ blue 178

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

Shades of Hot Pink #FE5FB2

Tints of Hot Pink #FE5FB2

RGB

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

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

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

R = 48.2%
G = 18.03%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FE5FB2 (or 0xFE5FB2) is known color: Hot Pink. HEX triplet: FE, 5F and B2. RGB value is (254,95,178). Sum of RGB (Red+Green+Blue) = 254+95+178=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 95 (37.5% from 255 or 18.03% from 527); Blue value is 178 (69.92% from 255 or 33.78% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5FB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5FB2 is #01A04D. Grayscale: #979797. Windows color (decimal): -106574 or 11689982. OLE color: 11689982.

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

Color convert

RGB 254 95 178 -
CMYK 0 0.63 0.30 0.00
HSL 328.68º 0.99% 0.68% -
HSV(B) 328.68º 0.63% 1% -
XYZ 53 32.47 45.59 -
YUV 152 142.68 200.75 -
System Red Green Blue C M Y K H S L
Decimal 254 95 178 0 0.63 0.30 0.00 328.68 0.99 0.68
Hex FE 5F B2 0 3F 1E 0 149 63 44
Octal 376 137 262 0 77 36 0 511 143 104
Binary 11111110 1011111 10110010 0 111111 11110 0 101001001 1100011 1000100

Color Harmonies of #FE5FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5FB2

Black with #FE5FB2

Text Example


Text Example

White with #FE5FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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