Html Css Color HEX #FA0953 Razzmatazz

📋 copy color: '#FA0953'

red 250 ◦ green 9 ◦ blue 83

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

Shades of Razzmatazz #FA0953

Tints of Razzmatazz #FA0953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.27%

R = 73.1%
G = 2.63%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FA0953 (or 0xFA0953) is known color: Razzmatazz. HEX triplet: FA, 09 and 53. RGB value is (250,9,83). Sum of RGB (Red+Green+Blue) = 250+9+83=342 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.10% from 342); Green value is 9 (3.91% from 255 or 2.63% from 342); Blue value is 83 (32.81% from 255 or 24.27% from 342); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0953 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0953 is #05F6AC. Grayscale: #595959. Windows color (decimal): -390829 or 5442042. OLE color: 5442042.

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

Color convert

RGB 250 9 83 -
CMYK 0 0.96 0.67 0.02
HSL 341.58º 0.96% 0.51% -
HSV(B) 341.58º 0.96% 0.98% -
XYZ 41.08 21.14 10.1 -
YUV 89.5 124.34 242.48 -
System Red Green Blue C M Y K H S L
Decimal 250 9 83 0 0.96 0.67 0.02 341.58 0.96 0.51
Hex FA 9 53 0 60 43 2 156 60 33
Octal 372 11 123 0 140 103 2 526 140 63
Binary 11111010 1001 1010011 0 1100000 1000011 10 101010110 1100000 110011

Color Harmonies of #FA0953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0953

Black with #FA0953

Text Example


Text Example

White with #FA0953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0953; }

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

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

background-color css

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

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

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

border-color css

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

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

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