Html Css Color HEX #FC126A Razzmatazz

📋 copy color: '#FC126A'

red 252 ◦ green 18 ◦ blue 106

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

Shades of Razzmatazz #FC126A

Tints of Razzmatazz #FC126A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.79%

 BLUE value IS 106 (41.8% from 255) = 28.19%

R = 67.02%
G = 4.79%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FC126A (or 0xFC126A) is known color: Razzmatazz. HEX triplet: FC, 12 and 6A. RGB value is (252,18,106). Sum of RGB (Red+Green+Blue) = 252+18+106=376 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.02% from 376); Green value is 18 (7.42% from 255 or 4.79% from 376); Blue value is 106 (41.80% from 255 or 28.19% from 376); Max value from RGB is 252 - color contains mainly: red. Hex color #FC126A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC126A is #03ED95. Grayscale: #616161. Windows color (decimal): -257430 or 6951676. OLE color: 6951676.

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

Color convert

RGB 252 18 106 -
CMYK 0 0.93 0.58 0.01
HSL 337.44º 0.98% 0.53% -
HSV(B) 337.44º 0.93% 0.99% -
XYZ 42.96 22.17 15.65 -
YUV 98 132.52 237.84 -
System Red Green Blue C M Y K H S L
Decimal 252 18 106 0 0.93 0.58 0.01 337.44 0.98 0.53
Hex FC 12 6A 0 5D 3A 1 151 62 35
Octal 374 22 152 0 135 72 1 521 142 65
Binary 11111100 10010 1101010 0 1011101 111010 1 101010001 1100010 110101

Color Harmonies of #FC126A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC126A

Black with #FC126A

Text Example


Text Example

White with #FC126A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC126A; }

 p { color: rgb(252,18,106); }

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

background-color css

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

 a { background-color: rgb(252,18,106); }

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

border-color css

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

 span { border-color: rgb(252,18,106); }

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