Html Css Color HEX #FD00BE Hot Magenta

📋 copy color: '#FD00BE'

red 253 ◦ green 0 ◦ blue 190

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

Shades of Hot Magenta #FD00BE

Tints of Hot Magenta #FD00BE

RGB

 RED value IS 253 (99.22% from 255) = 57.11%

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

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

R = 57.11%
G = 0%
B = 42.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FD00BE (or 0xFD00BE) is known color: Hot Magenta. HEX triplet: FD, 00 and BE. RGB value is (253,0,190). Sum of RGB (Red+Green+Blue) = 253+0+190=443 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.11% from 443); Green value is 0 (0.39% from 255 or 0% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 253 - color contains mainly: red. Hex color #FD00BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD00BE is #02FF41. Grayscale: #606060. Windows color (decimal): -196418 or 12452093. OLE color: 12452093.

HSL color Cylindrical-coordinate representation of color #FD00BE: hue angle of 314.94º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD00BE is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 0 190 -
CMYK 0 1 0.25 0.01
HSL 314.94º 1% 0.5% -
HSV(B) 314.94º 1% 0.99% -
XYZ 49.8 24.6 50.84 -
YUV 97.31 180.32 239.05 -
System Red Green Blue C M Y K H S L
Decimal 253 0 190 0 1 0.25 0.01 314.94 1 0.5
Hex FD 0 BE 0 64 19 1 13B 64 32
Octal 375 0 276 0 144 31 1 473 144 62
Binary 11111101 0 10111110 0 1100100 11001 1 100111011 1100100 110010

Color Harmonies of #FD00BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD00BE

Black with #FD00BE

Text Example


Text Example

White with #FD00BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD00BE; }

 p { color: rgb(253,0,190); }

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

background-color css

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

 a { background-color: rgb(253,0,190); }

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

border-color css

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

 span { border-color: rgb(253,0,190); }

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