Html Css Color HEX #FB21C6 Shocking Pink

📋 copy color: '#FB21C6'

red 251 ◦ green 33 ◦ blue 198

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

Shades of Shocking Pink #FB21C6

Tints of Shocking Pink #FB21C6

RGB

 RED value IS 251 (98.44% from 255) = 52.07%

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

 BLUE value IS 198 (77.73% from 255) = 41.08%

R = 52.07%
G = 6.85%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#FB21C6 (or 0xFB21C6) is known color: Shocking Pink. HEX triplet: FB, 21 and C6. RGB value is (251,33,198). Sum of RGB (Red+Green+Blue) = 251+33+198=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 33 (13.28% from 255 or 6.85% from 482); Blue value is 198 (77.73% from 255 or 41.08% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FB21C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB21C6 is #04DE39. Grayscale: #747474. Windows color (decimal): -319034 or 12984827. OLE color: 12984827.

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

Color convert

RGB 251 33 198 -
CMYK 0 0.87 0.21 0.02
HSL 314.59º 0.96% 0.56% -
HSV(B) 314.59º 0.87% 0.98% -
XYZ 50.52 25.67 55.72 -
YUV 116.99 173.72 223.58 -
System Red Green Blue C M Y K H S L
Decimal 251 33 198 0 0.87 0.21 0.02 314.59 0.96 0.56
Hex FB 21 C6 0 57 15 2 13B 60 38
Octal 373 41 306 0 127 25 2 473 140 70
Binary 11111011 100001 11000110 0 1010111 10101 10 100111011 1100000 111000

Color Harmonies of #FB21C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB21C6

Black with #FB21C6

Text Example


Text Example

White with #FB21C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB21C6; }

 p { color: rgb(251,33,198); }

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

background-color css

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

 a { background-color: rgb(251,33,198); }

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

border-color css

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

 span { border-color: rgb(251,33,198); }

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