Html Css Color HEX #FC095A Razzmatazz

📋 copy color: '#FC095A'

red 252 ◦ green 9 ◦ blue 90

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

Shades of Razzmatazz #FC095A

Tints of Razzmatazz #FC095A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.56%

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

R = 71.79%
G = 2.56%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC095A (or 0xFC095A) is known color: Razzmatazz. HEX triplet: FC, 09 and 5A. RGB value is (252,9,90). Sum of RGB (Red+Green+Blue) = 252+9+90=351 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.79% from 351); Green value is 9 (3.91% from 255 or 2.56% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 252 - color contains mainly: red. Hex color #FC095A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC095A is #03F6A5. Grayscale: #5A5A5A. Windows color (decimal): -259750 or 5900796. OLE color: 5900796.

HSL color Cylindrical-coordinate representation of color #FC095A: hue angle of 340º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC095A is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 9 90 -
CMYK 0 0.96 0.64 0.01
HSL 340º 0.98% 0.51% -
HSV(B) 340º 0.96% 0.99% -
XYZ 42.09 21.63 11.63 -
YUV 90.89 127.51 242.91 -
System Red Green Blue C M Y K H S L
Decimal 252 9 90 0 0.96 0.64 0.01 340 0.98 0.51
Hex FC 9 5A 0 60 40 1 154 62 33
Octal 374 11 132 0 140 100 1 524 142 63
Binary 11111100 1001 1011010 0 1100000 1000000 1 101010100 1100010 110011

Color Harmonies of #FC095A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC095A

Black with #FC095A

Text Example


Text Example

White with #FC095A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC095A; }

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

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

background-color css

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

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

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

border-color css

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

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

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