Html Css Color HEX #FA0961 Razzmatazz

📋 copy color: '#FA0961'

red 250 ◦ green 9 ◦ blue 97

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

Shades of Razzmatazz #FA0961

Tints of Razzmatazz #FA0961

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.53%

 BLUE value IS 97 (38.28% from 255) = 27.25%

R = 70.22%
G = 2.53%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FA0961 (or 0xFA0961) is known color: Razzmatazz. HEX triplet: FA, 09 and 61. RGB value is (250,9,97). Sum of RGB (Red+Green+Blue) = 250+9+97=356 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.22% from 356); Green value is 9 (3.91% from 255 or 2.53% from 356); Blue value is 97 (38.28% from 255 or 27.25% from 356); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0961 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0961 is #05F69E. Grayscale: #5A5A5A. Windows color (decimal): -390815 or 6359546. OLE color: 6359546.

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

Color convert

RGB 250 9 97 -
CMYK 0 0.96 0.61 0.02
HSL 338.09º 0.96% 0.51% -
HSV(B) 338.09º 0.96% 0.98% -
XYZ 41.68 21.38 13.24 -
YUV 91.09 131.34 241.34 -
System Red Green Blue C M Y K H S L
Decimal 250 9 97 0 0.96 0.61 0.02 338.09 0.96 0.51
Hex FA 9 61 0 60 3D 2 152 60 33
Octal 372 11 141 0 140 75 2 522 140 63
Binary 11111010 1001 1100001 0 1100000 111101 10 101010010 1100000 110011

Color Harmonies of #FA0961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0961

Black with #FA0961

Text Example


Text Example

White with #FA0961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0961; }

 p { color: rgb(250,9,97); }

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

background-color css

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

 a { background-color: rgb(250,9,97); }

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

border-color css

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

 span { border-color: rgb(250,9,97); }

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