Html Css Color HEX #FC135C Razzmatazz

📋 copy color: '#FC135C'

red 252 ◦ green 19 ◦ blue 92

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

Shades of Razzmatazz #FC135C

Tints of Razzmatazz #FC135C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.34%

R = 69.42%
G = 5.23%
B = 25.34%

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

#FC135C (or 0xFC135C) is known color: Razzmatazz. HEX triplet: FC, 13 and 5C. RGB value is (252,19,92). Sum of RGB (Red+Green+Blue) = 252+19+92=363 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.42% from 363); Green value is 19 (7.81% from 255 or 5.23% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 252 - color contains mainly: red. Hex color #FC135C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC135C is #03ECA3. Grayscale: #606060. Windows color (decimal): -257188 or 6034428. OLE color: 6034428.

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

Color convert

RGB 252 19 92 -
CMYK 0 0.92 0.63 0.01
HSL 341.2º 0.97% 0.53% -
HSV(B) 341.2º 0.92% 0.99% -
XYZ 42.31 21.93 12.13 -
YUV 96.99 125.19 238.56 -
System Red Green Blue C M Y K H S L
Decimal 252 19 92 0 0.92 0.63 0.01 341.2 0.97 0.53
Hex FC 13 5C 0 5C 3F 1 155 61 35
Octal 374 23 134 0 134 77 1 525 141 65
Binary 11111100 10011 1011100 0 1011100 111111 1 101010101 1100001 110101

Color Harmonies of #FC135C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC135C

Black with #FC135C

Text Example


Text Example

White with #FC135C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC135C; }

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

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

background-color css

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

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

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

border-color css

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

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

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