Html Css Color HEX #FC185A Razzmatazz

📋 copy color: '#FC185A'

red 252 ◦ green 24 ◦ blue 90

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

Shades of Razzmatazz #FC185A

Tints of Razzmatazz #FC185A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.56%

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

R = 68.85%
G = 6.56%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC185A (or 0xFC185A) is known color: Razzmatazz. HEX triplet: FC, 18 and 5A. RGB value is (252,24,90). Sum of RGB (Red+Green+Blue) = 252+24+90=366 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.85% from 366); Green value is 24 (9.77% from 255 or 6.56% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 252 - color contains mainly: red. Hex color #FC185A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC185A is #03E7A5. Grayscale: #636363. Windows color (decimal): -255910 or 5904636. OLE color: 5904636.

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

Color convert

RGB 252 24 90 -
CMYK 0 0.90 0.64 0.01
HSL 342.63º 0.97% 0.54% -
HSV(B) 342.63º 0.9% 0.99% -
XYZ 42.32 22.09 11.71 -
YUV 99.7 122.54 236.63 -
System Red Green Blue C M Y K H S L
Decimal 252 24 90 0 0.90 0.64 0.01 342.63 0.97 0.54
Hex FC 18 5A 0 5A 40 1 157 61 36
Octal 374 30 132 0 132 100 1 527 141 66
Binary 11111100 11000 1011010 0 1011010 1000000 1 101010111 1100001 110110

Color Harmonies of #FC185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC185A

Black with #FC185A

Text Example


Text Example

White with #FC185A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC185A; }

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

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

background-color css

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

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

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

border-color css

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

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

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