Html Css Color HEX #FA095E Razzmatazz

📋 copy color: '#FA095E'

red 250 ◦ green 9 ◦ blue 94

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

Shades of Razzmatazz #FA095E

Tints of Razzmatazz #FA095E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.63%

R = 70.82%
G = 2.55%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA095E (or 0xFA095E) is known color: Razzmatazz. HEX triplet: FA, 09 and 5E. RGB value is (250,9,94). Sum of RGB (Red+Green+Blue) = 250+9+94=353 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.82% from 353); Green value is 9 (3.91% from 255 or 2.55% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 250 - color contains mainly: red. Hex color #FA095E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA095E is #05F6A1. Grayscale: #5A5A5A. Windows color (decimal): -390818 or 6162938. OLE color: 6162938.

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

Color convert

RGB 250 9 94 -
CMYK 0 0.96 0.62 0.02
HSL 338.84º 0.96% 0.51% -
HSV(B) 338.84º 0.96% 0.98% -
XYZ 41.54 21.33 12.52 -
YUV 90.75 129.84 241.59 -
System Red Green Blue C M Y K H S L
Decimal 250 9 94 0 0.96 0.62 0.02 338.84 0.96 0.51
Hex FA 9 5E 0 60 3E 2 153 60 33
Octal 372 11 136 0 140 76 2 523 140 63
Binary 11111010 1001 1011110 0 1100000 111110 10 101010011 1100000 110011

Color Harmonies of #FA095E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA095E

Black with #FA095E

Text Example


Text Example

White with #FA095E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA095E; }

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

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

background-color css

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

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

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

border-color css

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

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

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