Html Css Color HEX #FF04B5 Shocking Pink

📋 copy color: '#FF04B5'

red 255 ◦ green 4 ◦ blue 181

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

Shades of Shocking Pink #FF04B5

Tints of Shocking Pink #FF04B5

RGB

 RED value IS 255 (100% from 255) = 57.95%

 GREEN value IS 4 (1.95% from 255) = 0.91%

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

R = 57.95%
G = 0.91%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FF04B5 (or 0xFF04B5) is known color: Shocking Pink. HEX triplet: FF, 04 and B5. RGB value is (255,4,181). Sum of RGB (Red+Green+Blue) = 255+4+181=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 4 (1.95% from 255 or 0.91% from 440); Blue value is 181 (71.09% from 255 or 41.14% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF04B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF04B5 is #00FB4A. Grayscale: #626262. Windows color (decimal): -64331 or 11863295. OLE color: 11863295.

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

Color convert

RGB 255 4 181 -
CMYK 0 0.98 0.29 0
HSL 317.69º 1% 0.51% -
HSV(B) 317.69º 0.98% 1% -
XYZ 49.62 24.68 45.86 -
YUV 99.23 174.16 239.11 -
System Red Green Blue C M Y K H S L
Decimal 255 4 181 0 0.98 0.29 0 317.69 1 0.51
Hex FF 4 B5 0 62 1D 0 13E 64 33
Octal 377 4 265 0 142 35 0 476 144 63
Binary 11111111 100 10110101 0 1100010 11101 0 100111110 1100100 110011

Color Harmonies of #FF04B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF04B5

Black with #FF04B5

Text Example


Text Example

White with #FF04B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF04B5; }

 p { color: rgb(255,4,181); }

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

background-color css

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

 a { background-color: rgb(255,4,181); }

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

border-color css

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

 span { border-color: rgb(255,4,181); }

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