Html Css Color HEX #FC0D5C Razzmatazz

📋 copy color: '#FC0D5C'

red 252 ◦ green 13 ◦ blue 92

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

Shades of Razzmatazz #FC0D5C

Tints of Razzmatazz #FC0D5C

RGB

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

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

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

R = 70.59%
G = 3.64%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC0D5C (or 0xFC0D5C) is known color: Razzmatazz. HEX triplet: FC, 0D and 5C. RGB value is (252,13,92). Sum of RGB (Red+Green+Blue) = 252+13+92=357 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.59% from 357); Green value is 13 (5.47% from 255 or 3.64% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0D5C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0D5C is #03F2A3. Grayscale: #5D5D5D. Windows color (decimal): -258724 or 6032892. OLE color: 6032892.

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

Color convert

RGB 252 13 92 -
CMYK 0 0.95 0.63 0.01
HSL 340.17º 0.98% 0.52% -
HSV(B) 340.17º 0.95% 0.99% -
XYZ 42.22 21.76 12.1 -
YUV 93.47 127.18 241.08 -
System Red Green Blue C M Y K H S L
Decimal 252 13 92 0 0.95 0.63 0.01 340.17 0.98 0.52
Hex FC D 5C 0 5F 3F 1 154 62 34
Octal 374 15 134 0 137 77 1 524 142 64
Binary 11111100 1101 1011100 0 1011111 111111 1 101010100 1100010 110100

Color Harmonies of #FC0D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0D5C

Black with #FC0D5C

Text Example


Text Example

White with #FC0D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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