Html Css Color HEX #FD015A Razzmatazz

📋 copy color: '#FD015A'

red 253 ◦ green 1 ◦ blue 90

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

Shades of Razzmatazz #FD015A

Tints of Razzmatazz #FD015A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 73.55%
G = 0.29%
B = 26.16%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD015A (or 0xFD015A) is known color: Razzmatazz. HEX triplet: FD, 01 and 5A. RGB value is (253,1,90). Sum of RGB (Red+Green+Blue) = 253+1+90=344 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.55% from 344); Green value is 1 (0.78% from 255 or 0.29% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 253 - color contains mainly: red. Hex color #FD015A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD015A is #02FEA5. Grayscale: #565656. Windows color (decimal): -196262 or 5898749. OLE color: 5898749.

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

Color convert

RGB 253 1 90 -
CMYK 0 1.00 0.64 0.01
HSL 338.81º 0.99% 0.5% -
HSV(B) 338.81º 1% 0.99% -
XYZ 42.36 21.64 11.62 -
YUV 86.49 129.99 246.76 -
System Red Green Blue C M Y K H S L
Decimal 253 1 90 0 1.00 0.64 0.01 338.81 0.99 0.5
Hex FD 1 5A 0 64 40 1 153 63 32
Octal 375 1 132 0 144 100 1 523 143 62
Binary 11111101 1 1011010 0 1100100 1000000 1 101010011 1100011 110010

Color Harmonies of #FD015A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD015A

Black with #FD015A

Text Example


Text Example

White with #FD015A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD015A; }

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

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

background-color css

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

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

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

border-color css

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

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

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