Html Css Color HEX #FA096F Razzmatazz

📋 copy color: '#FA096F'

red 250 ◦ green 9 ◦ blue 111

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

Shades of Razzmatazz #FA096F

Tints of Razzmatazz #FA096F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30%

R = 67.57%
G = 2.43%
B = 30%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FA096F (or 0xFA096F) is known color: Razzmatazz. HEX triplet: FA, 09 and 6F. RGB value is (250,9,111). Sum of RGB (Red+Green+Blue) = 250+9+111=370 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.57% from 370); Green value is 9 (3.91% from 255 or 2.43% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 250 - color contains mainly: red. Hex color #FA096F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA096F is #05F690. Grayscale: #5C5C5C. Windows color (decimal): -390801 or 7277050. OLE color: 7277050.

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

Color convert

RGB 250 9 111 -
CMYK 0 0.96 0.56 0.02
HSL 334.61º 0.96% 0.51% -
HSV(B) 334.61º 0.96% 0.98% -
XYZ 42.39 21.67 16.99 -
YUV 92.69 138.34 240.21 -
System Red Green Blue C M Y K H S L
Decimal 250 9 111 0 0.96 0.56 0.02 334.61 0.96 0.51
Hex FA 9 6F 0 60 38 2 14F 60 33
Octal 372 11 157 0 140 70 2 517 140 63
Binary 11111010 1001 1101111 0 1100000 111000 10 101001111 1100000 110011

Color Harmonies of #FA096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA096F

Black with #FA096F

Text Example


Text Example

White with #FA096F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA096F; }

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

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

background-color css

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

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

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

border-color css

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

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

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