Html Css Color HEX #FC0D6B Razzmatazz

📋 copy color: '#FC0D6B'

red 252 ◦ green 13 ◦ blue 107

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

Shades of Razzmatazz #FC0D6B

Tints of Razzmatazz #FC0D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.76%

R = 67.74%
G = 3.49%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FC0D6B (or 0xFC0D6B) is known color: Razzmatazz. HEX triplet: FC, 0D and 6B. RGB value is (252,13,107). Sum of RGB (Red+Green+Blue) = 252+13+107=372 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.74% from 372); Green value is 13 (5.47% from 255 or 3.49% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0D6B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0D6B is #03F294. Grayscale: #5F5F5F. Windows color (decimal): -258709 or 7015932. OLE color: 7015932.

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

Color convert

RGB 252 13 107 -
CMYK 0 0.95 0.58 0.01
HSL 336.4º 0.98% 0.52% -
HSV(B) 336.4º 0.95% 0.99% -
XYZ 42.94 22.04 15.9 -
YUV 95.18 134.68 239.86 -
System Red Green Blue C M Y K H S L
Decimal 252 13 107 0 0.95 0.58 0.01 336.4 0.98 0.52
Hex FC D 6B 0 5F 3A 1 150 62 34
Octal 374 15 153 0 137 72 1 520 142 64
Binary 11111100 1101 1101011 0 1011111 111010 1 101010000 1100010 110100

Color Harmonies of #FC0D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0D6B

Black with #FC0D6B

Text Example


Text Example

White with #FC0D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0D6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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