Html Css Color HEX #FC1365 Razzmatazz

📋 copy color: '#FC1365'

red 252 ◦ green 19 ◦ blue 101

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

Shades of Razzmatazz #FC1365

Tints of Razzmatazz #FC1365

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.11%

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

R = 67.74%
G = 5.11%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC1365 (or 0xFC1365) is known color: Razzmatazz. HEX triplet: FC, 13 and 65. RGB value is (252,19,101). Sum of RGB (Red+Green+Blue) = 252+19+101=372 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.74% from 372); Green value is 19 (7.81% from 255 or 5.11% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1365 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1365 is #03EC9A. Grayscale: #616161. Windows color (decimal): -257179 or 6624252. OLE color: 6624252.

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

Color convert

RGB 252 19 101 -
CMYK 0 0.92 0.60 0.01
HSL 338.88º 0.97% 0.53% -
HSV(B) 338.88º 0.92% 0.99% -
XYZ 42.73 22.1 14.33 -
YUV 98.02 129.69 237.83 -
System Red Green Blue C M Y K H S L
Decimal 252 19 101 0 0.92 0.60 0.01 338.88 0.97 0.53
Hex FC 13 65 0 5C 3C 1 153 61 35
Octal 374 23 145 0 134 74 1 523 141 65
Binary 11111100 10011 1100101 0 1011100 111100 1 101010011 1100001 110101

Color Harmonies of #FC1365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1365

Black with #FC1365

Text Example


Text Example

White with #FC1365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1365; }

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

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

background-color css

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

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

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

border-color css

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

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

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