Html Css Color HEX #FD016F Razzmatazz

📋 copy color: '#FD016F'

red 253 ◦ green 1 ◦ blue 111

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

Shades of Razzmatazz #FD016F

Tints of Razzmatazz #FD016F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.41%

R = 69.32%
G = 0.27%
B = 30.41%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FD016F (or 0xFD016F) is known color: Razzmatazz. HEX triplet: FD, 01 and 6F. RGB value is (253,1,111). Sum of RGB (Red+Green+Blue) = 253+1+111=365 (48% of max value = 765). Red value is 253 (99.22% from 255 or 69.32% from 365); Green value is 1 (0.78% from 255 or 0.27% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 253 - color contains mainly: red. Hex color #FD016F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD016F is #02FE90. Grayscale: #585858. Windows color (decimal): -196241 or 7275005. OLE color: 7275005.

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

Color convert

RGB 253 1 111 -
CMYK 0 1.00 0.56 0.01
HSL 333.81º 0.99% 0.5% -
HSV(B) 333.81º 1% 0.99% -
XYZ 43.39 22.05 17.01 -
YUV 88.89 140.49 245.06 -
System Red Green Blue C M Y K H S L
Decimal 253 1 111 0 1.00 0.56 0.01 333.81 0.99 0.5
Hex FD 1 6F 0 64 38 1 14E 63 32
Octal 375 1 157 0 144 70 1 516 143 62
Binary 11111101 1 1101111 0 1100100 111000 1 101001110 1100011 110010

Color Harmonies of #FD016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD016F

Black with #FD016F

Text Example


Text Example

White with #FD016F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD016F; }

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

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

background-color css

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

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

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

border-color css

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

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

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