Html Css Color HEX #FC135A Razzmatazz

📋 copy color: '#FC135A'

red 252 ◦ green 19 ◦ blue 90

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

Shades of Razzmatazz #FC135A

Tints of Razzmatazz #FC135A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.93%

R = 69.81%
G = 5.26%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC135A (or 0xFC135A) is known color: Razzmatazz. HEX triplet: FC, 13 and 5A. RGB value is (252,19,90). Sum of RGB (Red+Green+Blue) = 252+19+90=361 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.81% from 361); Green value is 19 (7.81% from 255 or 5.26% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 252 - color contains mainly: red. Hex color #FC135A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC135A is #03ECA5. Grayscale: #606060. Windows color (decimal): -257190 or 5903356. OLE color: 5903356.

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

Color convert

RGB 252 19 90 -
CMYK 0 0.92 0.64 0.01
HSL 341.72º 0.97% 0.53% -
HSV(B) 341.72º 0.92% 0.99% -
XYZ 42.22 21.9 11.67 -
YUV 96.76 124.19 238.73 -
System Red Green Blue C M Y K H S L
Decimal 252 19 90 0 0.92 0.64 0.01 341.72 0.97 0.53
Hex FC 13 5A 0 5C 40 1 156 61 35
Octal 374 23 132 0 134 100 1 526 141 65
Binary 11111100 10011 1011010 0 1011100 1000000 1 101010110 1100001 110101

Color Harmonies of #FC135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC135A

Black with #FC135A

Text Example


Text Example

White with #FC135A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC135A; }

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

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

background-color css

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

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

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

border-color css

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

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

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