Html Css Color HEX #FC155D Razzmatazz

📋 copy color: '#FC155D'

red 252 ◦ green 21 ◦ blue 93

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

Shades of Razzmatazz #FC155D

Tints of Razzmatazz #FC155D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.74%

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

R = 68.85%
G = 5.74%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC155D (or 0xFC155D) is known color: Razzmatazz. HEX triplet: FC, 15 and 5D. RGB value is (252,21,93). Sum of RGB (Red+Green+Blue) = 252+21+93=366 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.85% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 252 - color contains mainly: red. Hex color #FC155D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC155D is #03EAA2. Grayscale: #626262. Windows color (decimal): -256675 or 6100476. OLE color: 6100476.

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

Color convert

RGB 252 21 93 -
CMYK 0 0.92 0.63 0.01
HSL 341.3º 0.97% 0.54% -
HSV(B) 341.3º 0.92% 0.99% -
XYZ 42.39 22.02 12.37 -
YUV 98.28 125.03 237.65 -
System Red Green Blue C M Y K H S L
Decimal 252 21 93 0 0.92 0.63 0.01 341.3 0.97 0.54
Hex FC 15 5D 0 5C 3F 1 155 61 36
Octal 374 25 135 0 134 77 1 525 141 66
Binary 11111100 10101 1011101 0 1011100 111111 1 101010101 1100001 110110

Color Harmonies of #FC155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC155D

Black with #FC155D

Text Example


Text Example

White with #FC155D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC155D; }

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

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

background-color css

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

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

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

border-color css

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

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

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