Html Css Color HEX #FC0165 Razzmatazz

📋 copy color: '#FC0165'

red 252 ◦ green 1 ◦ blue 101

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

Shades of Razzmatazz #FC0165

Tints of Razzmatazz #FC0165

RGB

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

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

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

R = 71.19%
G = 0.28%
B = 28.53%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC0165 (or 0xFC0165) is known color: Razzmatazz. HEX triplet: FC, 01 and 65. RGB value is (252,1,101). Sum of RGB (Red+Green+Blue) = 252+1+101=354 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.19% from 354); Green value is 1 (0.78% from 255 or 0.28% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0165 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0165 is #03FE9A. Grayscale: #575757. Windows color (decimal): -261787 or 6619644. OLE color: 6619644.

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

Color convert

RGB 252 1 101 -
CMYK 0 1.00 0.60 0.01
HSL 336.1º 0.99% 0.5% -
HSV(B) 336.1º 1% 0.99% -
XYZ 42.5 21.66 14.25 -
YUV 87.45 135.66 245.37 -
System Red Green Blue C M Y K H S L
Decimal 252 1 101 0 1.00 0.60 0.01 336.1 0.99 0.5
Hex FC 1 65 0 64 3C 1 150 63 32
Octal 374 1 145 0 144 74 1 520 143 62
Binary 11111100 1 1100101 0 1100100 111100 1 101010000 1100011 110010

Color Harmonies of #FC0165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0165

Black with #FC0165

Text Example


Text Example

White with #FC0165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0165; }

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

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

background-color css

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

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

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

border-color css

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

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

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