Html Css Color HEX #FA015A Razzmatazz

📋 copy color: '#FA015A'

red 250 ◦ green 1 ◦ blue 90

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

Shades of Razzmatazz #FA015A

Tints of Razzmatazz #FA015A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 90 (35.55% from 255) = 26.39%

R = 73.31%
G = 0.29%
B = 26.39%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FA015A (or 0xFA015A) is known color: Razzmatazz. HEX triplet: FA, 01 and 5A. RGB value is (250,1,90). Sum of RGB (Red+Green+Blue) = 250+1+90=341 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.31% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 250 - color contains mainly: red. Hex color #FA015A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA015A is #05FEA5. Grayscale: #555555. Windows color (decimal): -392870 or 5898746. OLE color: 5898746.

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

Color convert

RGB 250 1 90 -
CMYK 0 1.00 0.64 0.02
HSL 338.55º 0.99% 0.49% -
HSV(B) 338.55º 1% 0.98% -
XYZ 41.28 21.08 11.57 -
YUV 85.6 130.49 245.26 -
System Red Green Blue C M Y K H S L
Decimal 250 1 90 0 1.00 0.64 0.02 338.55 0.99 0.49
Hex FA 1 5A 0 64 40 2 153 63 31
Octal 372 1 132 0 144 100 2 523 143 61
Binary 11111010 1 1011010 0 1100100 1000000 10 101010011 1100011 110001

Color Harmonies of #FA015A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA015A

Black with #FA015A

Text Example


Text Example

White with #FA015A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA015A; }

 p { color: rgb(250,1,90); }

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

background-color css

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

 a { background-color: rgb(250,1,90); }

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

border-color css

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

 span { border-color: rgb(250,1,90); }

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