Html Css Color HEX #FB00C2 Hot Magenta

📋 copy color: '#FB00C2'

red 251 ◦ green 0 ◦ blue 194

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

Shades of Hot Magenta #FB00C2

Tints of Hot Magenta #FB00C2

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 194 (76.17% from 255) = 43.6%

R = 56.4%
G = 0%
B = 43.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FB00C2 (or 0xFB00C2) is known color: Hot Magenta. HEX triplet: FB, 00 and C2. RGB value is (251,0,194). Sum of RGB (Red+Green+Blue) = 251+0+194=445 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.40% from 445); Green value is 0 (0.39% from 255 or 0% from 445); Blue value is 194 (76.17% from 255 or 43.60% from 445); Max value from RGB is 251 - color contains mainly: red. Hex color #FB00C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB00C2 is #04FF3D. Grayscale: #606060. Windows color (decimal): -327486 or 12714235. OLE color: 12714235.

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

Color convert

RGB 251 0 194 -
CMYK 0 1 0.23 0.02
HSL 313.63º 1% 0.49% -
HSV(B) 313.63º 1% 0.98% -
XYZ 49.52 24.4 53.14 -
YUV 97.17 182.66 237.73 -
System Red Green Blue C M Y K H S L
Decimal 251 0 194 0 1 0.23 0.02 313.63 1 0.49
Hex FB 0 C2 0 64 17 2 13A 64 31
Octal 373 0 302 0 144 27 2 472 144 61
Binary 11111011 0 11000010 0 1100100 10111 10 100111010 1100100 110001

Color Harmonies of #FB00C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB00C2

Black with #FB00C2

Text Example


Text Example

White with #FB00C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB00C2; }

 p { color: rgb(251,0,194); }

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

background-color css

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

 a { background-color: rgb(251,0,194); }

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

border-color css

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

 span { border-color: rgb(251,0,194); }

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