Html Css Color HEX #FA1958 Razzmatazz

📋 copy color: '#FA1958'

red 250 ◦ green 25 ◦ blue 88

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

Shades of Razzmatazz #FA1958

Tints of Razzmatazz #FA1958

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.89%

 BLUE value IS 88 (34.77% from 255) = 24.24%

R = 68.87%
G = 6.89%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FA1958 (or 0xFA1958) is known color: Razzmatazz. HEX triplet: FA, 19 and 58. RGB value is (250,25,88). Sum of RGB (Red+Green+Blue) = 250+25+88=363 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.87% from 363); Green value is 25 (10.16% from 255 or 6.89% from 363); Blue value is 88 (34.77% from 255 or 24.24% from 363); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1958 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1958 is #05E6A7. Grayscale: #636363. Windows color (decimal): -386728 or 5773818. OLE color: 5773818.

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

Color convert

RGB 250 25 88 -
CMYK 0 0.9 0.65 0.02
HSL 343.2º 0.96% 0.54% -
HSV(B) 343.2º 0.9% 0.98% -
XYZ 41.53 21.72 11.24 -
YUV 99.46 121.54 235.38 -
System Red Green Blue C M Y K H S L
Decimal 250 25 88 0 0.9 0.65 0.02 343.2 0.96 0.54
Hex FA 19 58 0 5A 41 2 157 60 36
Octal 372 31 130 0 132 101 2 527 140 66
Binary 11111010 11001 1011000 0 1011010 1000001 10 101010111 1100000 110110

Color Harmonies of #FA1958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1958

Black with #FA1958

Text Example


Text Example

White with #FA1958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1958; }

 p { color: rgb(250,25,88); }

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

background-color css

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

 a { background-color: rgb(250,25,88); }

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

border-color css

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

 span { border-color: rgb(250,25,88); }

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