Html Css Color HEX #FF04B4 Shocking Pink

📋 copy color: '#FF04B4'

red 255 ◦ green 4 ◦ blue 180

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

Shades of Shocking Pink #FF04B4

Tints of Shocking Pink #FF04B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 41%

R = 58.09%
G = 0.91%
B = 41%

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

#FF04B4 (or 0xFF04B4) is known color: Shocking Pink. HEX triplet: FF, 04 and B4. RGB value is (255,4,180). Sum of RGB (Red+Green+Blue) = 255+4+180=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 4 (1.95% from 255 or 0.91% from 439); Blue value is 180 (70.70% from 255 or 41.00% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FF04B4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF04B4 is #00FB4B. Grayscale: #626262. Windows color (decimal): -64332 or 11797759. OLE color: 11797759.

HSL color Cylindrical-coordinate representation of color #FF04B4: hue angle of 317.93º 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 #FF04B4 is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB 255 4 180 -
CMYK 0 0.98 0.29 0
HSL 317.93º 1% 0.51% -
HSV(B) 317.93º 0.98% 1% -
XYZ 49.52 24.64 45.33 -
YUV 99.11 173.66 239.19 -
System Red Green Blue C M Y K H S L
Decimal 255 4 180 0 0.98 0.29 0 317.93 1 0.51
Hex FF 4 B4 0 62 1D 0 13E 64 33
Octal 377 4 264 0 142 35 0 476 144 63
Binary 11111111 100 10110100 0 1100010 11101 0 100111110 1100100 110011

Color Harmonies of #FF04B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF04B4

Black with #FF04B4

Text Example


Text Example

White with #FF04B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF04B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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