Html Css Color HEX #FA0460 Razzmatazz

📋 copy color: '#FA0460'

red 250 ◦ green 4 ◦ blue 96

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

Shades of Razzmatazz #FA0460

Tints of Razzmatazz #FA0460

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.14%

 BLUE value IS 96 (37.89% from 255) = 27.43%

R = 71.43%
G = 1.14%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA0460 (or 0xFA0460) is known color: Razzmatazz. HEX triplet: FA, 04 and 60. RGB value is (250,4,96). Sum of RGB (Red+Green+Blue) = 250+4+96=350 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.43% from 350); Green value is 4 (1.95% from 255 or 1.14% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0460 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0460 is #05FB9F. Grayscale: #575757. Windows color (decimal): -392096 or 6292730. OLE color: 6292730.

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

Color convert

RGB 250 4 96 -
CMYK 0 0.98 0.62 0.02
HSL 337.56º 0.97% 0.5% -
HSV(B) 337.56º 0.98% 0.98% -
XYZ 41.58 21.26 12.98 -
YUV 88.04 132.5 243.52 -
System Red Green Blue C M Y K H S L
Decimal 250 4 96 0 0.98 0.62 0.02 337.56 0.97 0.5
Hex FA 4 60 0 62 3E 2 152 61 32
Octal 372 4 140 0 142 76 2 522 141 62
Binary 11111010 100 1100000 0 1100010 111110 10 101010010 1100001 110010

Color Harmonies of #FA0460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0460

Black with #FA0460

Text Example


Text Example

White with #FA0460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0460; }

 p { color: rgb(250,4,96); }

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

background-color css

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

 a { background-color: rgb(250,4,96); }

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

border-color css

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

 span { border-color: rgb(250,4,96); }

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