Html Css Color HEX #FA0165 Razzmatazz

📋 copy color: '#FA0165'

red 250 ◦ green 1 ◦ blue 101

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

Shades of Razzmatazz #FA0165

Tints of Razzmatazz #FA0165

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 101 (39.84% from 255) = 28.69%

R = 71.02%
G = 0.28%
B = 28.69%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FA0165 (or 0xFA0165) is known color: Razzmatazz. HEX triplet: FA, 01 and 65. RGB value is (250,1,101). Sum of RGB (Red+Green+Blue) = 250+1+101=352 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.02% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 101 (39.84% from 255 or 28.69% from 352); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0165 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0165 is #05FE9A. Grayscale: #565656. Windows color (decimal): -392859 or 6619642. OLE color: 6619642.

HSL color Cylindrical-coordinate representation of color #FA0165: hue angle of 335.9º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA0165 is Cyan = 0, Magento = 1.00, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 1 101 -
CMYK 0 1.00 0.60 0.02
HSL 335.9º 0.99% 0.49% -
HSV(B) 335.9º 1% 0.98% -
XYZ 41.78 21.29 14.22 -
YUV 86.85 135.99 244.37 -
System Red Green Blue C M Y K H S L
Decimal 250 1 101 0 1.00 0.60 0.02 335.9 0.99 0.49
Hex FA 1 65 0 64 3C 2 150 63 31
Octal 372 1 145 0 144 74 2 520 143 61
Binary 11111010 1 1100101 0 1100100 111100 10 101010000 1100011 110001

Color Harmonies of #FA0165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0165

Black with #FA0165

Text Example


Text Example

White with #FA0165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0165; }

 p { color: rgb(250,1,101); }

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

background-color css

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

 a { background-color: rgb(250,1,101); }

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

border-color css

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

 span { border-color: rgb(250,1,101); }

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