Html Css Color HEX #FA0FFB Magenta

📋 copy color: '#FA0FFB'

red 250 ◦ green 15 ◦ blue 251

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

Shades of Magenta #FA0FFB

Tints of Magenta #FA0FFB

RGB

 RED value IS 250 (98.05% from 255) = 48.45%

 GREEN value IS 15 (6.25% from 255) = 2.91%

 BLUE value IS 251 (98.44% from 255) = 48.64%

R = 48.45%
G = 2.91%
B = 48.64%

CMYK

 C value IS 0.00

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FA0FFB (or 0xFA0FFB) is known color: Magenta. HEX triplet: FA, 0F and FB. RGB value is (250,15,251). Sum of RGB (Red+Green+Blue) = 250+15+251=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 15 (6.25% from 255 or 2.91% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #FA0FFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0FFB is #05F004. Grayscale: #6F6F6F. Windows color (decimal): -389125 or 16453626. OLE color: 16453626.

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

Color convert

RGB 250 15 251 -
CMYK 0.00 0.94 0 0.02
HSL 299.75º 0.97% 0.52% -
HSV(B) 299.75º 0.94% 0.98% -
XYZ 57.01 27.63 93.6 -
YUV 112.17 206.36 226.31 -
System Red Green Blue C M Y K H S L
Decimal 250 15 251 0.00 0.94 0 0.02 299.75 0.97 0.52
Hex FA F FB 0 5E 0 2 12C 61 34
Octal 372 17 373 0 136 0 2 454 141 64
Binary 11111010 1111 11111011 0 1011110 0 10 100101100 1100001 110100

Color Harmonies of #FA0FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0FFB

Black with #FA0FFB

Text Example


Text Example

White with #FA0FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0FFB; }

 p { color: rgb(250,15,251); }

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

background-color css

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

 a { background-color: rgb(250,15,251); }

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

border-color css

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

 span { border-color: rgb(250,15,251); }

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