Html Css Color HEX #FA21BE Shocking Pink

📋 copy color: '#FA21BE'

red 250 ◦ green 33 ◦ blue 190

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

Shades of Shocking Pink #FA21BE

Tints of Shocking Pink #FA21BE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.98%

 BLUE value IS 190 (74.61% from 255) = 40.17%

R = 52.85%
G = 6.98%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FA21BE (or 0xFA21BE) is known color: Shocking Pink. HEX triplet: FA, 21 and BE. RGB value is (250,33,190). Sum of RGB (Red+Green+Blue) = 250+33+190=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 33 (13.28% from 255 or 6.98% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FA21BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA21BE is #05DE41. Grayscale: #737373. Windows color (decimal): -384578 or 12460538. OLE color: 12460538.

HSL color Cylindrical-coordinate representation of color #FA21BE: hue angle of 316.59º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA21BE is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 33 190 -
CMYK 0 0.87 0.24 0.02
HSL 316.59º 0.96% 0.55% -
HSV(B) 316.59º 0.87% 0.98% -
XYZ 49.26 25.13 50.97 -
YUV 115.78 169.89 223.73 -
System Red Green Blue C M Y K H S L
Decimal 250 33 190 0 0.87 0.24 0.02 316.59 0.96 0.55
Hex FA 21 BE 0 57 18 2 13D 60 37
Octal 372 41 276 0 127 30 2 475 140 67
Binary 11111010 100001 10111110 0 1010111 11000 10 100111101 1100000 110111

Color Harmonies of #FA21BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA21BE

Black with #FA21BE

Text Example


Text Example

White with #FA21BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA21BE; }

 p { color: rgb(250,33,190); }

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

background-color css

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

 a { background-color: rgb(250,33,190); }

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

border-color css

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

 span { border-color: rgb(250,33,190); }

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