Html Css Color HEX #FA0263 Razzmatazz

📋 copy color: '#FA0263'

red 250 ◦ green 2 ◦ blue 99

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

Shades of Razzmatazz #FA0263

Tints of Razzmatazz #FA0263

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.57%

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

R = 71.23%
G = 0.57%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FA0263 (or 0xFA0263) is known color: Razzmatazz. HEX triplet: FA, 02 and 63. RGB value is (250,2,99). Sum of RGB (Red+Green+Blue) = 250+2+99=351 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.23% from 351); Green value is 2 (1.17% from 255 or 0.57% from 351); Blue value is 99 (39.06% from 255 or 28.21% from 351); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0263 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0263 is #05FD9C. Grayscale: #575757. Windows color (decimal): -392605 or 6488826. OLE color: 6488826.

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

Color convert

RGB 250 2 99 -
CMYK 0 0.99 0.60 0.02
HSL 336.53º 0.98% 0.49% -
HSV(B) 336.53º 0.99% 0.98% -
XYZ 41.7 21.27 13.71 -
YUV 87.21 134.66 244.11 -
System Red Green Blue C M Y K H S L
Decimal 250 2 99 0 0.99 0.60 0.02 336.53 0.98 0.49
Hex FA 2 63 0 63 3C 2 151 62 31
Octal 372 2 143 0 143 74 2 521 142 61
Binary 11111010 10 1100011 0 1100011 111100 10 101010001 1100010 110001

Color Harmonies of #FA0263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0263

Black with #FA0263

Text Example


Text Example

White with #FA0263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0263; }

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

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

background-color css

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

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

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

border-color css

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

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

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