Html Css Color HEX #FB0CE4 Hot Magenta

📋 copy color: '#FB0CE4'

red 251 ◦ green 12 ◦ blue 228

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

Shades of Hot Magenta #FB0CE4

Tints of Hot Magenta #FB0CE4

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.44%

 BLUE value IS 228 (89.45% from 255) = 46.44%

R = 51.12%
G = 2.44%
B = 46.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#FB0CE4 (or 0xFB0CE4) is known color: Hot Magenta. HEX triplet: FB, 0C and E4. RGB value is (251,12,228). Sum of RGB (Red+Green+Blue) = 251+12+228=491 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.12% from 491); Green value is 12 (5.08% from 255 or 2.44% from 491); Blue value is 228 (89.45% from 255 or 46.44% from 491); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0CE4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0CE4 is #04F31B. Grayscale: #6B6B6B. Windows color (decimal): -324380 or 14945531. OLE color: 14945531.

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

Color convert

RGB 251 12 228 -
CMYK 0 0.95 0.09 0.02
HSL 305.77º 0.97% 0.52% -
HSV(B) 305.77º 0.95% 0.98% -
XYZ 53.92 26.37 75.65 -
YUV 108.09 195.68 229.94 -
System Red Green Blue C M Y K H S L
Decimal 251 12 228 0 0.95 0.09 0.02 305.77 0.97 0.52
Hex FB C E4 0 5F 9 2 132 61 34
Octal 373 14 344 0 137 11 2 462 141 64
Binary 11111011 1100 11100100 0 1011111 1001 10 100110010 1100001 110100

Color Harmonies of #FB0CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0CE4

Black with #FB0CE4

Text Example


Text Example

White with #FB0CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0CE4; }

 p { color: rgb(251,12,228); }

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

background-color css

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

 a { background-color: rgb(251,12,228); }

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

border-color css

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

 span { border-color: rgb(251,12,228); }

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