Html Css Color HEX #FA0050 Razzmatazz

📋 copy color: '#FA0050'

red 250 ◦ green 0 ◦ blue 80

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

Shades of Razzmatazz #FA0050

Tints of Razzmatazz #FA0050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.24%

R = 75.76%
G = 0%
B = 24.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FA0050 (or 0xFA0050) is known color: Razzmatazz. HEX triplet: FA, 00 and 50. RGB value is (250,0,80). Sum of RGB (Red+Green+Blue) = 250+0+80=330 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.76% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0050 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0050 is #05FFAF. Grayscale: #535353. Windows color (decimal): -393136 or 5243130. OLE color: 5243130.

HSL color Cylindrical-coordinate representation of color #FA0050: hue angle of 340.8º 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 #FA0050 is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 0 80 -
CMYK 0 1 0.68 0.02
HSL 340.8º 1% 0.49% -
HSV(B) 340.8º 1% 0.98% -
XYZ 40.87 20.9 9.47 -
YUV 83.87 125.83 246.5 -
System Red Green Blue C M Y K H S L
Decimal 250 0 80 0 1 0.68 0.02 340.8 1 0.49
Hex FA 0 50 0 64 44 2 155 64 31
Octal 372 0 120 0 144 104 2 525 144 61
Binary 11111010 0 1010000 0 1100100 1000100 10 101010101 1100100 110001

Color Harmonies of #FA0050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0050

Black with #FA0050

Text Example


Text Example

White with #FA0050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0050; }

 p { color: rgb(250,0,80); }

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

background-color css

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

 a { background-color: rgb(250,0,80); }

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

border-color css

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

 span { border-color: rgb(250,0,80); }

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