Html Css Color HEX #FA1663 Razzmatazz

📋 copy color: '#FA1663'

red 250 ◦ green 22 ◦ blue 99

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

Shades of Razzmatazz #FA1663

Tints of Razzmatazz #FA1663

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.93%

 BLUE value IS 99 (39.06% from 255) = 26.68%

R = 67.39%
G = 5.93%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FA1663 (or 0xFA1663) is known color: Razzmatazz. HEX triplet: FA, 16 and 63. RGB value is (250,22,99). Sum of RGB (Red+Green+Blue) = 250+22+99=371 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.39% from 371); Green value is 22 (8.98% from 255 or 5.93% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1663 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1663 is #05E99C. Grayscale: #626262. Windows color (decimal): -387485 or 6493946. OLE color: 6493946.

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

Color convert

RGB 250 22 99 -
CMYK 0 0.91 0.60 0.02
HSL 339.74º 0.96% 0.53% -
HSV(B) 339.74º 0.91% 0.98% -
XYZ 41.96 21.8 13.8 -
YUV 98.95 128.04 235.74 -
System Red Green Blue C M Y K H S L
Decimal 250 22 99 0 0.91 0.60 0.02 339.74 0.96 0.53
Hex FA 16 63 0 5B 3C 2 154 60 35
Octal 372 26 143 0 133 74 2 524 140 65
Binary 11111010 10110 1100011 0 1011011 111100 10 101010100 1100000 110101

Color Harmonies of #FA1663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1663

Black with #FA1663

Text Example


Text Example

White with #FA1663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1663; }

 p { color: rgb(250,22,99); }

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

background-color css

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

 a { background-color: rgb(250,22,99); }

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

border-color css

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

 span { border-color: rgb(250,22,99); }

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