Html Css Color HEX #FA116F Razzmatazz

📋 copy color: '#FA116F'

red 250 ◦ green 17 ◦ blue 111

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

Shades of Razzmatazz #FA116F

Tints of Razzmatazz #FA116F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.5%

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

R = 66.14%
G = 4.5%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FA116F (or 0xFA116F) is known color: Razzmatazz. HEX triplet: FA, 11 and 6F. RGB value is (250,17,111). Sum of RGB (Red+Green+Blue) = 250+17+111=378 (50% of max value = 765). Red value is 250 (98.05% from 255 or 66.14% from 378); Green value is 17 (7.03% from 255 or 4.50% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 250 - color contains mainly: red. Hex color #FA116F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA116F is #05EE90. Grayscale: #616161. Windows color (decimal): -388753 or 7279098. OLE color: 7279098.

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

Color convert

RGB 250 17 111 -
CMYK 0 0.93 0.56 0.02
HSL 335.79º 0.96% 0.52% -
HSV(B) 335.79º 0.93% 0.98% -
XYZ 42.49 21.87 17.02 -
YUV 97.38 135.69 236.86 -
System Red Green Blue C M Y K H S L
Decimal 250 17 111 0 0.93 0.56 0.02 335.79 0.96 0.52
Hex FA 11 6F 0 5D 38 2 150 60 34
Octal 372 21 157 0 135 70 2 520 140 64
Binary 11111010 10001 1101111 0 1011101 111000 10 101010000 1100000 110100

Color Harmonies of #FA116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA116F

Black with #FA116F

Text Example


Text Example

White with #FA116F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA116F; }

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

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

background-color css

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

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

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

border-color css

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

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

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