Html Css Color HEX #FA1A5E Razzmatazz

📋 copy color: '#FA1A5E'

red 250 ◦ green 26 ◦ blue 94

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

Shades of Razzmatazz #FA1A5E

Tints of Razzmatazz #FA1A5E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.03%

 BLUE value IS 94 (37.11% from 255) = 25.41%

R = 67.57%
G = 7.03%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA1A5E (or 0xFA1A5E) is known color: Razzmatazz. HEX triplet: FA, 1A and 5E. RGB value is (250,26,94). Sum of RGB (Red+Green+Blue) = 250+26+94=370 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.57% from 370); Green value is 26 (10.55% from 255 or 7.03% from 370); Blue value is 94 (37.11% from 255 or 25.41% from 370); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1A5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA1A5E is #05E5A1. Grayscale: #646464. Windows color (decimal): -386466 or 6167290. OLE color: 6167290.

HSL color Cylindrical-coordinate representation of color #FA1A5E: hue angle of 341.79º 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 #FA1A5E is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 26 94 -
CMYK 0 0.90 0.62 0.02
HSL 341.79º 0.96% 0.54% -
HSV(B) 341.79º 0.9% 0.98% -
XYZ 41.81 21.87 12.61 -
YUV 100.73 124.21 234.47 -
System Red Green Blue C M Y K H S L
Decimal 250 26 94 0 0.90 0.62 0.02 341.79 0.96 0.54
Hex FA 1A 5E 0 5A 3E 2 156 60 36
Octal 372 32 136 0 132 76 2 526 140 66
Binary 11111010 11010 1011110 0 1011010 111110 10 101010110 1100000 110110

Color Harmonies of #FA1A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1A5E

Black with #FA1A5E

Text Example


Text Example

White with #FA1A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1A5E; }

 p { color: rgb(250,26,94); }

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

background-color css

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

 a { background-color: rgb(250,26,94); }

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

border-color css

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

 span { border-color: rgb(250,26,94); }

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