Html Css Color HEX #FA145B Razzmatazz

📋 copy color: '#FA145B'

red 250 ◦ green 20 ◦ blue 91

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

Shades of Razzmatazz #FA145B

Tints of Razzmatazz #FA145B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.54%

 BLUE value IS 91 (35.94% from 255) = 25.21%

R = 69.25%
G = 5.54%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FA145B (or 0xFA145B) is known color: Razzmatazz. HEX triplet: FA, 14 and 5B. RGB value is (250,20,91). Sum of RGB (Red+Green+Blue) = 250+20+91=361 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.25% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 250 - color contains mainly: red. Hex color #FA145B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA145B is #05EBA4. Grayscale: #606060. Windows color (decimal): -388005 or 5969146. OLE color: 5969146.

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

Color convert

RGB 250 20 91 -
CMYK 0 0.92 0.64 0.02
HSL 341.48º 0.96% 0.53% -
HSV(B) 341.48º 0.92% 0.98% -
XYZ 41.56 21.58 11.87 -
YUV 96.86 124.7 237.23 -
System Red Green Blue C M Y K H S L
Decimal 250 20 91 0 0.92 0.64 0.02 341.48 0.96 0.53
Hex FA 14 5B 0 5C 40 2 155 60 35
Octal 372 24 133 0 134 100 2 525 140 65
Binary 11111010 10100 1011011 0 1011100 1000000 10 101010101 1100000 110101

Color Harmonies of #FA145B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA145B

Black with #FA145B

Text Example


Text Example

White with #FA145B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA145B; }

 p { color: rgb(250,20,91); }

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

background-color css

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

 a { background-color: rgb(250,20,91); }

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

border-color css

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

 span { border-color: rgb(250,20,91); }

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