Html Css Color HEX #FD016D Razzmatazz

📋 copy color: '#FD016D'

red 253 ◦ green 1 ◦ blue 109

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

Shades of Razzmatazz #FD016D

Tints of Razzmatazz #FD016D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.03%

R = 69.7%
G = 0.28%
B = 30.03%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FD016D (or 0xFD016D) is known color: Razzmatazz. HEX triplet: FD, 01 and 6D. RGB value is (253,1,109). Sum of RGB (Red+Green+Blue) = 253+1+109=363 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.70% from 363); Green value is 1 (0.78% from 255 or 0.28% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 253 - color contains mainly: red. Hex color #FD016D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD016D is #02FE92. Grayscale: #585858. Windows color (decimal): -196243 or 7143933. OLE color: 7143933.

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

Color convert

RGB 253 1 109 -
CMYK 0 1.00 0.57 0.01
HSL 334.29º 0.99% 0.5% -
HSV(B) 334.29º 1% 0.99% -
XYZ 43.28 22.01 16.43 -
YUV 88.66 139.49 245.22 -
System Red Green Blue C M Y K H S L
Decimal 253 1 109 0 1.00 0.57 0.01 334.29 0.99 0.5
Hex FD 1 6D 0 64 39 1 14E 63 32
Octal 375 1 155 0 144 71 1 516 143 62
Binary 11111101 1 1101101 0 1100100 111001 1 101001110 1100011 110010

Color Harmonies of #FD016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD016D

Black with #FD016D

Text Example


Text Example

White with #FD016D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD016D; }

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

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

background-color css

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

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

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

border-color css

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

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

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