Html Css Color HEX #FA195F Razzmatazz

📋 copy color: '#FA195F'

red 250 ◦ green 25 ◦ blue 95

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

Shades of Razzmatazz #FA195F

Tints of Razzmatazz #FA195F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.68%

R = 67.57%
G = 6.76%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA195F (or 0xFA195F) is known color: Razzmatazz. HEX triplet: FA, 19 and 5F. RGB value is (250,25,95). Sum of RGB (Red+Green+Blue) = 250+25+95=370 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.57% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 250 - color contains mainly: red. Hex color #FA195F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA195F is #05E6A0. Grayscale: #646464. Windows color (decimal): -386721 or 6232570. OLE color: 6232570.

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

Color convert

RGB 250 25 95 -
CMYK 0 0.9 0.62 0.02
HSL 341.33º 0.96% 0.54% -
HSV(B) 341.33º 0.9% 0.98% -
XYZ 41.84 21.85 12.84 -
YUV 100.26 125.04 234.81 -
System Red Green Blue C M Y K H S L
Decimal 250 25 95 0 0.9 0.62 0.02 341.33 0.96 0.54
Hex FA 19 5F 0 5A 3E 2 155 60 36
Octal 372 31 137 0 132 76 2 525 140 66
Binary 11111010 11001 1011111 0 1011010 111110 10 101010101 1100000 110110

Color Harmonies of #FA195F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA195F

Black with #FA195F

Text Example


Text Example

White with #FA195F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA195F; }

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

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

background-color css

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

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

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

border-color css

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

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

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