Html Css Color HEX #FC0D5A Razzmatazz

📋 copy color: '#FC0D5A'

red 252 ◦ green 13 ◦ blue 90

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

Shades of Razzmatazz #FC0D5A

Tints of Razzmatazz #FC0D5A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.66%

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

R = 70.99%
G = 3.66%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC0D5A (or 0xFC0D5A) is known color: Razzmatazz. HEX triplet: FC, 0D and 5A. RGB value is (252,13,90). Sum of RGB (Red+Green+Blue) = 252+13+90=355 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.99% from 355); Green value is 13 (5.47% from 255 or 3.66% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0D5A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0D5A is #03F2A5. Grayscale: #5D5D5D. Windows color (decimal): -258726 or 5901820. OLE color: 5901820.

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

Color convert

RGB 252 13 90 -
CMYK 0 0.95 0.64 0.01
HSL 340.67º 0.98% 0.52% -
HSV(B) 340.67º 0.95% 0.99% -
XYZ 42.13 21.72 11.64 -
YUV 93.24 126.18 241.24 -
System Red Green Blue C M Y K H S L
Decimal 252 13 90 0 0.95 0.64 0.01 340.67 0.98 0.52
Hex FC D 5A 0 5F 40 1 155 62 34
Octal 374 15 132 0 137 100 1 525 142 64
Binary 11111100 1101 1011010 0 1011111 1000000 1 101010101 1100010 110100

Color Harmonies of #FC0D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0D5A

Black with #FC0D5A

Text Example


Text Example

White with #FC0D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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