Html Css Color HEX #FA04B2 Shocking Pink

📋 copy color: '#FA04B2'

red 250 ◦ green 4 ◦ blue 178

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

Shades of Shocking Pink #FA04B2

Tints of Shocking Pink #FA04B2

RGB

 RED value IS 250 (98.05% from 255) = 57.87%

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

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

R = 57.87%
G = 0.93%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FA04B2 (or 0xFA04B2) is known color: Shocking Pink. HEX triplet: FA, 04 and B2. RGB value is (250,4,178). Sum of RGB (Red+Green+Blue) = 250+4+178=432 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.87% from 432); Green value is 4 (1.95% from 255 or 0.93% from 432); Blue value is 178 (69.92% from 255 or 41.20% from 432); Max value from RGB is 250 - color contains mainly: red. Hex color #FA04B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA04B2 is #05FB4D. Grayscale: #606060. Windows color (decimal): -392014 or 11666682. OLE color: 11666682.

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

Color convert

RGB 250 4 178 -
CMYK 0 0.98 0.29 0.02
HSL 317.56º 0.97% 0.5% -
HSV(B) 317.56º 0.98% 0.98% -
XYZ 47.5 23.63 44.18 -
YUV 97.39 173.5 236.85 -
System Red Green Blue C M Y K H S L
Decimal 250 4 178 0 0.98 0.29 0.02 317.56 0.97 0.5
Hex FA 4 B2 0 62 1D 2 13E 61 32
Octal 372 4 262 0 142 35 2 476 141 62
Binary 11111010 100 10110010 0 1100010 11101 10 100111110 1100001 110010

Color Harmonies of #FA04B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA04B2

Black with #FA04B2

Text Example


Text Example

White with #FA04B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA04B2; }

 p { color: rgb(250,4,178); }

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

background-color css

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

 a { background-color: rgb(250,4,178); }

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

border-color css

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

 span { border-color: rgb(250,4,178); }

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