Html Css Color HEX #FD015C Razzmatazz

📋 copy color: '#FD015C'

red 253 ◦ green 1 ◦ blue 92

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

Shades of Razzmatazz #FD015C

Tints of Razzmatazz #FD015C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.59%

R = 73.12%
G = 0.29%
B = 26.59%

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

#FD015C (or 0xFD015C) is known color: Razzmatazz. HEX triplet: FD, 01 and 5C. RGB value is (253,1,92). Sum of RGB (Red+Green+Blue) = 253+1+92=346 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.12% from 346); Green value is 1 (0.78% from 255 or 0.29% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 253 - color contains mainly: red. Hex color #FD015C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD015C is #02FEA3. Grayscale: #565656. Windows color (decimal): -196260 or 6029821. OLE color: 6029821.

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

Color convert

RGB 253 1 92 -
CMYK 0 1.00 0.64 0.01
HSL 338.33º 0.99% 0.5% -
HSV(B) 338.33º 1% 0.99% -
XYZ 42.45 21.68 12.07 -
YUV 86.72 130.99 246.6 -
System Red Green Blue C M Y K H S L
Decimal 253 1 92 0 1.00 0.64 0.01 338.33 0.99 0.5
Hex FD 1 5C 0 64 40 1 152 63 32
Octal 375 1 134 0 144 100 1 522 143 62
Binary 11111101 1 1011100 0 1100100 1000000 1 101010010 1100011 110010

Color Harmonies of #FD015C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD015C

Black with #FD015C

Text Example


Text Example

White with #FD015C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD015C; }

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

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

background-color css

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

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

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

border-color css

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

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

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