Html Css Color HEX #FB09D2 Hot Magenta

📋 copy color: '#FB09D2'

red 251 ◦ green 9 ◦ blue 210

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

Shades of Hot Magenta #FB09D2

Tints of Hot Magenta #FB09D2

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.91%

 BLUE value IS 210 (82.42% from 255) = 44.68%

R = 53.4%
G = 1.91%
B = 44.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FB09D2 (or 0xFB09D2) is known color: Hot Magenta. HEX triplet: FB, 09 and D2. RGB value is (251,9,210). Sum of RGB (Red+Green+Blue) = 251+9+210=470 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.40% from 470); Green value is 9 (3.91% from 255 or 1.91% from 470); Blue value is 210 (82.42% from 255 or 44.68% from 470); Max value from RGB is 251 - color contains mainly: red. Hex color #FB09D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB09D2 is #04F62D. Grayscale: #676767. Windows color (decimal): -325166 or 13765115. OLE color: 13765115.

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

Color convert

RGB 251 9 210 -
CMYK 0 0.96 0.16 0.02
HSL 310.17º 0.97% 0.51% -
HSV(B) 310.17º 0.96% 0.98% -
XYZ 51.51 25.36 63.15 -
YUV 104.27 187.67 232.66 -
System Red Green Blue C M Y K H S L
Decimal 251 9 210 0 0.96 0.16 0.02 310.17 0.97 0.51
Hex FB 9 D2 0 60 10 2 136 61 33
Octal 373 11 322 0 140 20 2 466 141 63
Binary 11111011 1001 11010010 0 1100000 10000 10 100110110 1100001 110011

Color Harmonies of #FB09D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB09D2

Black with #FB09D2

Text Example


Text Example

White with #FB09D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB09D2; }

 p { color: rgb(251,9,210); }

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

background-color css

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

 a { background-color: rgb(251,9,210); }

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

border-color css

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

 span { border-color: rgb(251,9,210); }

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