Html Css Color HEX #FD046A Razzmatazz

📋 copy color: '#FD046A'

red 253 ◦ green 4 ◦ blue 106

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

Shades of Razzmatazz #FD046A

Tints of Razzmatazz #FD046A

RGB

 RED value IS 253 (99.22% from 255) = 69.7%

 GREEN value IS 4 (1.95% from 255) = 1.1%

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

R = 69.7%
G = 1.1%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FD046A (or 0xFD046A) is known color: Razzmatazz. HEX triplet: FD, 04 and 6A. RGB value is (253,4,106). Sum of RGB (Red+Green+Blue) = 253+4+106=363 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.70% from 363); Green value is 4 (1.95% from 255 or 1.10% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 253 - color contains mainly: red. Hex color #FD046A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD046A is #02FB95. Grayscale: #595959. Windows color (decimal): -195478 or 6948093. OLE color: 6948093.

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

Color convert

RGB 253 4 106 -
CMYK 0 0.98 0.58 0.01
HSL 335.42º 0.98% 0.5% -
HSV(B) 335.42º 0.98% 0.99% -
XYZ 43.15 22.01 15.61 -
YUV 90.08 136.99 244.21 -
System Red Green Blue C M Y K H S L
Decimal 253 4 106 0 0.98 0.58 0.01 335.42 0.98 0.5
Hex FD 4 6A 0 62 3A 1 14F 62 32
Octal 375 4 152 0 142 72 1 517 142 62
Binary 11111101 100 1101010 0 1100010 111010 1 101001111 1100010 110010

Color Harmonies of #FD046A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD046A

Black with #FD046A

Text Example


Text Example

White with #FD046A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD046A; }

 p { color: rgb(253,4,106); }

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

background-color css

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

 a { background-color: rgb(253,4,106); }

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

border-color css

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

 span { border-color: rgb(253,4,106); }

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