Html Css Color HEX #FC165A Razzmatazz

📋 copy color: '#FC165A'

red 252 ◦ green 22 ◦ blue 90

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

Shades of Razzmatazz #FC165A

Tints of Razzmatazz #FC165A

RGB

 RED value IS 252 (98.83% from 255) = 69.23%

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

 BLUE value IS 90 (35.55% from 255) = 24.73%

R = 69.23%
G = 6.04%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC165A (or 0xFC165A) is known color: Razzmatazz. HEX triplet: FC, 16 and 5A. RGB value is (252,22,90). Sum of RGB (Red+Green+Blue) = 252+22+90=364 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.23% from 364); Green value is 22 (8.98% from 255 or 6.04% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 252 - color contains mainly: red. Hex color #FC165A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC165A is #03E9A5. Grayscale: #626262. Windows color (decimal): -256422 or 5904124. OLE color: 5904124.

HSL color Cylindrical-coordinate representation of color #FC165A: hue angle of 342.26º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC165A is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 22 90 -
CMYK 0 0.91 0.64 0.01
HSL 342.26º 0.97% 0.54% -
HSV(B) 342.26º 0.91% 0.99% -
XYZ 42.28 22.01 11.69 -
YUV 98.52 123.2 237.47 -
System Red Green Blue C M Y K H S L
Decimal 252 22 90 0 0.91 0.64 0.01 342.26 0.97 0.54
Hex FC 16 5A 0 5B 40 1 156 61 36
Octal 374 26 132 0 133 100 1 526 141 66
Binary 11111100 10110 1011010 0 1011011 1000000 1 101010110 1100001 110110

Color Harmonies of #FC165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC165A

Black with #FC165A

Text Example


Text Example

White with #FC165A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC165A; }

 p { color: rgb(252,22,90); }

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

background-color css

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

 a { background-color: rgb(252,22,90); }

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

border-color css

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

 span { border-color: rgb(252,22,90); }

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