Html Css Color HEX #FC165D Razzmatazz

📋 copy color: '#FC165D'

red 252 ◦ green 22 ◦ blue 93

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

Shades of Razzmatazz #FC165D

Tints of Razzmatazz #FC165D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.34%

R = 68.66%
G = 5.99%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC165D (or 0xFC165D) is known color: Razzmatazz. HEX triplet: FC, 16 and 5D. RGB value is (252,22,93). Sum of RGB (Red+Green+Blue) = 252+22+93=367 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.66% from 367); Green value is 22 (8.98% from 255 or 5.99% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 252 - color contains mainly: red. Hex color #FC165D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC165D is #03E9A2. Grayscale: #626262. Windows color (decimal): -256419 or 6100732. OLE color: 6100732.

HSL color Cylindrical-coordinate representation of color #FC165D: hue angle of 341.48º 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 #FC165D is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 22 93 -
CMYK 0 0.91 0.63 0.01
HSL 341.48º 0.97% 0.54% -
HSV(B) 341.48º 0.91% 0.99% -
XYZ 42.41 22.06 12.38 -
YUV 98.86 124.7 237.23 -
System Red Green Blue C M Y K H S L
Decimal 252 22 93 0 0.91 0.63 0.01 341.48 0.97 0.54
Hex FC 16 5D 0 5B 3F 1 155 61 36
Octal 374 26 135 0 133 77 1 525 141 66
Binary 11111100 10110 1011101 0 1011011 111111 1 101010101 1100001 110110

Color Harmonies of #FC165D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC165D

Black with #FC165D

Text Example


Text Example

White with #FC165D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC165D; }

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

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

background-color css

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

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

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

border-color css

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

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

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