Html Css Color HEX #FD045A Razzmatazz

📋 copy color: '#FD045A'

red 253 ◦ green 4 ◦ blue 90

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

Shades of Razzmatazz #FD045A

Tints of Razzmatazz #FD045A

RGB

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

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

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

R = 72.91%
G = 1.15%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD045A (or 0xFD045A) is known color: Razzmatazz. HEX triplet: FD, 04 and 5A. RGB value is (253,4,90). Sum of RGB (Red+Green+Blue) = 253+4+90=347 (45% of max value = 765). Red value is 253 (99.22% from 255 or 72.91% from 347); Green value is 4 (1.95% from 255 or 1.15% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 253 - color contains mainly: red. Hex color #FD045A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD045A is #02FBA5. Grayscale: #585858. Windows color (decimal): -195494 or 5899517. OLE color: 5899517.

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

Color convert

RGB 253 4 90 -
CMYK 0 0.98 0.64 0.01
HSL 339.28º 0.98% 0.5% -
HSV(B) 339.28º 0.98% 0.99% -
XYZ 42.4 21.71 11.63 -
YUV 88.26 128.99 245.51 -
System Red Green Blue C M Y K H S L
Decimal 253 4 90 0 0.98 0.64 0.01 339.28 0.98 0.5
Hex FD 4 5A 0 62 40 1 153 62 32
Octal 375 4 132 0 142 100 1 523 142 62
Binary 11111101 100 1011010 0 1100010 1000000 1 101010011 1100010 110010

Color Harmonies of #FD045A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD045A

Black with #FD045A

Text Example


Text Example

White with #FD045A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD045A; }

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

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

background-color css

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

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

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

border-color css

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

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

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