Html Css Color HEX #FC135D Razzmatazz

📋 copy color: '#FC135D'

red 252 ◦ green 19 ◦ blue 93

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

Shades of Razzmatazz #FC135D

Tints of Razzmatazz #FC135D

RGB

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

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

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

R = 69.23%
G = 5.22%
B = 25.55%

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

#FC135D (or 0xFC135D) is known color: Razzmatazz. HEX triplet: FC, 13 and 5D. RGB value is (252,19,93). Sum of RGB (Red+Green+Blue) = 252+19+93=364 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.23% from 364); Green value is 19 (7.81% from 255 or 5.22% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 252 - color contains mainly: red. Hex color #FC135D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC135D is #03ECA2. Grayscale: #616161. Windows color (decimal): -257187 or 6099964. OLE color: 6099964.

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

Color convert

RGB 252 19 93 -
CMYK 0 0.92 0.63 0.01
HSL 340.94º 0.97% 0.53% -
HSV(B) 340.94º 0.92% 0.99% -
XYZ 42.35 21.95 12.36 -
YUV 97.1 125.69 238.48 -
System Red Green Blue C M Y K H S L
Decimal 252 19 93 0 0.92 0.63 0.01 340.94 0.97 0.53
Hex FC 13 5D 0 5C 3F 1 155 61 35
Octal 374 23 135 0 134 77 1 525 141 65
Binary 11111100 10011 1011101 0 1011100 111111 1 101010101 1100001 110101

Color Harmonies of #FC135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC135D

Black with #FC135D

Text Example


Text Example

White with #FC135D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC135D; }

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

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

background-color css

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

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

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

border-color css

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

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

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