Html Css Color HEX #FA0763 Razzmatazz

📋 copy color: '#FA0763'

red 250 ◦ green 7 ◦ blue 99

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

Shades of Razzmatazz #FA0763

Tints of Razzmatazz #FA0763

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.97%

 BLUE value IS 99 (39.06% from 255) = 27.81%

R = 70.22%
G = 1.97%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FA0763 (or 0xFA0763) is known color: Razzmatazz. HEX triplet: FA, 07 and 63. RGB value is (250,7,99). Sum of RGB (Red+Green+Blue) = 250+7+99=356 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.22% from 356); Green value is 7 (3.12% from 255 or 1.97% from 356); Blue value is 99 (39.06% from 255 or 27.81% from 356); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0763 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0763 is #05F89C. Grayscale: #5A5A5A. Windows color (decimal): -391325 or 6490106. OLE color: 6490106.

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

Color convert

RGB 250 7 99 -
CMYK 0 0.97 0.60 0.02
HSL 337.28º 0.96% 0.5% -
HSV(B) 337.28º 0.97% 0.98% -
XYZ 41.75 21.38 13.73 -
YUV 90.15 133.01 242.02 -
System Red Green Blue C M Y K H S L
Decimal 250 7 99 0 0.97 0.60 0.02 337.28 0.96 0.5
Hex FA 7 63 0 61 3C 2 151 60 32
Octal 372 7 143 0 141 74 2 521 140 62
Binary 11111010 111 1100011 0 1100001 111100 10 101010001 1100000 110010

Color Harmonies of #FA0763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0763

Black with #FA0763

Text Example


Text Example

White with #FA0763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0763; }

 p { color: rgb(250,7,99); }

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

background-color css

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

 a { background-color: rgb(250,7,99); }

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

border-color css

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

 span { border-color: rgb(250,7,99); }

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