Html Css Color HEX #FE05B5 Shocking Pink

📋 copy color: '#FE05B5'

red 254 ◦ green 5 ◦ blue 181

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

Shades of Shocking Pink #FE05B5

Tints of Shocking Pink #FE05B5

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.14%

 BLUE value IS 181 (71.09% from 255) = 41.14%

R = 57.73%
G = 1.14%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FE05B5 (or 0xFE05B5) is known color: Shocking Pink. HEX triplet: FE, 05 and B5. RGB value is (254,5,181). Sum of RGB (Red+Green+Blue) = 254+5+181=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 5 (2.34% from 255 or 1.14% from 440); Blue value is 181 (71.09% from 255 or 41.14% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FE05B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE05B5 is #01FA4A. Grayscale: #636363. Windows color (decimal): -129611 or 11863550. OLE color: 11863550.

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

Color convert

RGB 254 5 181 -
CMYK 0 0.98 0.29 0.00
HSL 317.59º 0.99% 0.51% -
HSV(B) 317.59º 0.98% 1% -
XYZ 49.27 24.52 45.85 -
YUV 99.52 173.99 238.19 -
System Red Green Blue C M Y K H S L
Decimal 254 5 181 0 0.98 0.29 0.00 317.59 0.99 0.51
Hex FE 5 B5 0 62 1D 0 13E 63 33
Octal 376 5 265 0 142 35 0 476 143 63
Binary 11111110 101 10110101 0 1100010 11101 0 100111110 1100011 110011

Color Harmonies of #FE05B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE05B5

Black with #FE05B5

Text Example


Text Example

White with #FE05B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE05B5; }

 p { color: rgb(254,5,181); }

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

background-color css

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

 a { background-color: rgb(254,5,181); }

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

border-color css

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

 span { border-color: rgb(254,5,181); }

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