Html Css Color HEX #FA115A Razzmatazz

📋 copy color: '#FA115A'

red 250 ◦ green 17 ◦ blue 90

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

Shades of Razzmatazz #FA115A

Tints of Razzmatazz #FA115A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.76%

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

R = 70.03%
G = 4.76%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FA115A (or 0xFA115A) is known color: Razzmatazz. HEX triplet: FA, 11 and 5A. RGB value is (250,17,90). Sum of RGB (Red+Green+Blue) = 250+17+90=357 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.03% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 250 - color contains mainly: red. Hex color #FA115A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA115A is #05EEA5. Grayscale: #5E5E5E. Windows color (decimal): -388774 or 5902842. OLE color: 5902842.

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

Color convert

RGB 250 17 90 -
CMYK 0 0.93 0.64 0.02
HSL 341.2º 0.96% 0.52% -
HSV(B) 341.2º 0.93% 0.98% -
XYZ 41.47 21.46 11.63 -
YUV 94.99 125.19 238.56 -
System Red Green Blue C M Y K H S L
Decimal 250 17 90 0 0.93 0.64 0.02 341.2 0.96 0.52
Hex FA 11 5A 0 5D 40 2 155 60 34
Octal 372 21 132 0 135 100 2 525 140 64
Binary 11111010 10001 1011010 0 1011101 1000000 10 101010101 1100000 110100

Color Harmonies of #FA115A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA115A

Black with #FA115A

Text Example


Text Example

White with #FA115A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA115A; }

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

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

background-color css

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

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

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

border-color css

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

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

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