Html Css Color HEX #FD155A Razzmatazz

📋 copy color: '#FD155A'

red 253 ◦ green 21 ◦ blue 90

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

Shades of Razzmatazz #FD155A

Tints of Razzmatazz #FD155A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.77%

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

R = 69.51%
G = 5.77%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD155A (or 0xFD155A) is known color: Razzmatazz. HEX triplet: FD, 15 and 5A. RGB value is (253,21,90). Sum of RGB (Red+Green+Blue) = 253+21+90=364 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.51% from 364); Green value is 21 (8.59% from 255 or 5.77% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 253 - color contains mainly: red. Hex color #FD155A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD155A is #02EAA5. Grayscale: #626262. Windows color (decimal): -191142 or 5903869. OLE color: 5903869.

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

Color convert

RGB 253 21 90 -
CMYK 0 0.92 0.64 0.01
HSL 342.16º 0.98% 0.54% -
HSV(B) 342.16º 0.92% 0.99% -
XYZ 42.62 22.16 11.7 -
YUV 98.23 123.36 238.39 -
System Red Green Blue C M Y K H S L
Decimal 253 21 90 0 0.92 0.64 0.01 342.16 0.98 0.54
Hex FD 15 5A 0 5C 40 1 156 62 36
Octal 375 25 132 0 134 100 1 526 142 66
Binary 11111101 10101 1011010 0 1011100 1000000 1 101010110 1100010 110110

Color Harmonies of #FD155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD155A

Black with #FD155A

Text Example


Text Example

White with #FD155A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD155A; }

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

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

background-color css

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

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

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

border-color css

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

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

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