Html Css Color HEX #FD055A Razzmatazz

📋 copy color: '#FD055A'

red 253 ◦ green 5 ◦ blue 90

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

Shades of Razzmatazz #FD055A

Tints of Razzmatazz #FD055A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.44%

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

R = 72.7%
G = 1.44%
B = 25.86%

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

#FD055A (or 0xFD055A) is known color: Razzmatazz. HEX triplet: FD, 05 and 5A. RGB value is (253,5,90). Sum of RGB (Red+Green+Blue) = 253+5+90=348 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.70% from 348); Green value is 5 (2.34% from 255 or 1.44% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 253 - color contains mainly: red. Hex color #FD055A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD055A is #02FAA5. Grayscale: #585858. Windows color (decimal): -195238 or 5899773. OLE color: 5899773.

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

Color convert

RGB 253 5 90 -
CMYK 0 0.98 0.64 0.01
HSL 339.44º 0.98% 0.51% -
HSV(B) 339.44º 0.98% 0.99% -
XYZ 42.41 21.73 11.63 -
YUV 88.84 128.66 245.09 -
System Red Green Blue C M Y K H S L
Decimal 253 5 90 0 0.98 0.64 0.01 339.44 0.98 0.51
Hex FD 5 5A 0 62 40 1 153 62 33
Octal 375 5 132 0 142 100 1 523 142 63
Binary 11111101 101 1011010 0 1100010 1000000 1 101010011 1100010 110011

Color Harmonies of #FD055A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD055A

Black with #FD055A

Text Example


Text Example

White with #FD055A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD055A; }

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

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

background-color css

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

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

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

border-color css

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

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

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