Html Css Color HEX #FA075A Razzmatazz

📋 copy color: '#FA075A'

red 250 ◦ green 7 ◦ blue 90

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

Shades of Razzmatazz #FA075A

Tints of Razzmatazz #FA075A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.02%

 BLUE value IS 90 (35.55% from 255) = 25.94%

R = 72.05%
G = 2.02%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FA075A (or 0xFA075A) is known color: Razzmatazz. HEX triplet: FA, 07 and 5A. RGB value is (250,7,90). Sum of RGB (Red+Green+Blue) = 250+7+90=347 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.05% from 347); Green value is 7 (3.12% from 255 or 2.02% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 250 - color contains mainly: red. Hex color #FA075A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA075A is #05F8A5. Grayscale: #595959. Windows color (decimal): -391334 or 5900282. OLE color: 5900282.

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

Color convert

RGB 250 7 90 -
CMYK 0 0.97 0.64 0.02
HSL 339.51º 0.96% 0.5% -
HSV(B) 339.51º 0.97% 0.98% -
XYZ 41.35 21.21 11.59 -
YUV 89.12 128.51 242.75 -
System Red Green Blue C M Y K H S L
Decimal 250 7 90 0 0.97 0.64 0.02 339.51 0.96 0.5
Hex FA 7 5A 0 61 40 2 154 60 32
Octal 372 7 132 0 141 100 2 524 140 62
Binary 11111010 111 1011010 0 1100001 1000000 10 101010100 1100000 110010

Color Harmonies of #FA075A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA075A

Black with #FA075A

Text Example


Text Example

White with #FA075A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA075A; }

 p { color: rgb(250,7,90); }

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

background-color css

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

 a { background-color: rgb(250,7,90); }

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

border-color css

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

 span { border-color: rgb(250,7,90); }

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