Html Css Color HEX #FA1250 Razzmatazz

📋 copy color: '#FA1250'

red 250 ◦ green 18 ◦ blue 80

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

Shades of Razzmatazz #FA1250

Tints of Razzmatazz #FA1250

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.17%

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

R = 71.84%
G = 5.17%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FA1250 (or 0xFA1250) is known color: Razzmatazz. HEX triplet: FA, 12 and 50. RGB value is (250,18,80). Sum of RGB (Red+Green+Blue) = 250+18+80=348 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.84% from 348); Green value is 18 (7.42% from 255 or 5.17% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1250 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1250 is #05EDAF. Grayscale: #5E5E5E. Windows color (decimal): -388528 or 5247738. OLE color: 5247738.

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

Color convert

RGB 250 18 80 -
CMYK 0 0.93 0.68 0.02
HSL 343.97º 0.96% 0.53% -
HSV(B) 343.97º 0.93% 0.98% -
XYZ 41.09 21.34 9.54 -
YUV 94.44 119.86 238.96 -
System Red Green Blue C M Y K H S L
Decimal 250 18 80 0 0.93 0.68 0.02 343.97 0.96 0.53
Hex FA 12 50 0 5D 44 2 158 60 35
Octal 372 22 120 0 135 104 2 530 140 65
Binary 11111010 10010 1010000 0 1011101 1000100 10 101011000 1100000 110101

Color Harmonies of #FA1250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1250

Black with #FA1250

Text Example


Text Example

White with #FA1250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1250; }

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

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

background-color css

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

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

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

border-color css

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

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

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