Html Css Color HEX #FA096B Razzmatazz

📋 copy color: '#FA096B'

red 250 ◦ green 9 ◦ blue 107

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

Shades of Razzmatazz #FA096B

Tints of Razzmatazz #FA096B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.23%

R = 68.31%
G = 2.46%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FA096B (or 0xFA096B) is known color: Razzmatazz. HEX triplet: FA, 09 and 6B. RGB value is (250,9,107). Sum of RGB (Red+Green+Blue) = 250+9+107=366 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.31% from 366); Green value is 9 (3.91% from 255 or 2.46% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 250 - color contains mainly: red. Hex color #FA096B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA096B is #05F694. Grayscale: #5C5C5C. Windows color (decimal): -390805 or 7014906. OLE color: 7014906.

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

Color convert

RGB 250 9 107 -
CMYK 0 0.96 0.57 0.02
HSL 335.6º 0.96% 0.51% -
HSV(B) 335.6º 0.96% 0.98% -
XYZ 42.18 21.58 15.85 -
YUV 92.23 136.34 240.53 -
System Red Green Blue C M Y K H S L
Decimal 250 9 107 0 0.96 0.57 0.02 335.6 0.96 0.51
Hex FA 9 6B 0 60 39 2 150 60 33
Octal 372 11 153 0 140 71 2 520 140 63
Binary 11111010 1001 1101011 0 1100000 111001 10 101010000 1100000 110011

Color Harmonies of #FA096B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA096B

Black with #FA096B

Text Example


Text Example

White with #FA096B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA096B; }

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

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

background-color css

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

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

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

border-color css

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

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

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