Html Css Color HEX #FA1259 Razzmatazz

📋 copy color: '#FA1259'

red 250 ◦ green 18 ◦ blue 89

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

Shades of Razzmatazz #FA1259

Tints of Razzmatazz #FA1259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 24.93%

R = 70.03%
G = 5.04%
B = 24.93%

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

#FA1259 (or 0xFA1259) is known color: Razzmatazz. HEX triplet: FA, 12 and 59. RGB value is (250,18,89). Sum of RGB (Red+Green+Blue) = 250+18+89=357 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.03% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 89 (35.16% from 255 or 24.93% from 357); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1259 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1259 is #05EDA6. Grayscale: #5F5F5F. Windows color (decimal): -388519 or 5837562. OLE color: 5837562.

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

Color convert

RGB 250 18 89 -
CMYK 0 0.93 0.64 0.02
HSL 341.64º 0.96% 0.53% -
HSV(B) 341.64º 0.93% 0.98% -
XYZ 41.44 21.48 11.41 -
YUV 95.46 124.36 238.23 -
System Red Green Blue C M Y K H S L
Decimal 250 18 89 0 0.93 0.64 0.02 341.64 0.96 0.53
Hex FA 12 59 0 5D 40 2 156 60 35
Octal 372 22 131 0 135 100 2 526 140 65
Binary 11111010 10010 1011001 0 1011101 1000000 10 101010110 1100000 110101

Color Harmonies of #FA1259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1259

Black with #FA1259

Text Example


Text Example

White with #FA1259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1259; }

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

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

background-color css

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

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

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

border-color css

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

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

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